photo

Budoor Salem


Active since 2016

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

10 Questions
1 Answer

RANK
226 053
of 300 364

REPUTATION
0

CONTRIBUTIONS
10 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


why JPEG toolbox is not working with matlab R2017b?
I just download a trial version of MATLAB R2017b and I wanted to check if I can read an image using "jpeg_read()" from Phill sal...

nästan 8 år ago | 1 answer | 0

1

answer

Question


why extracting the secret message from the quantized DCT coefficient of the setgo image gives different message?
when embedding DCT steganography this is the process I did DCT on image value to switch to the transform domain I did th...

mer än 8 år ago | 0 answers | 0

0

answers

Question


extracting message bits from the LSB of the Quantized DCT coeffcients of stego photo
during the extraction of bits from the LSB of the Quantized DCT coefficients of a stego photo to retrieve the message when shou...

mer än 8 år ago | 0 answers | 0

0

answers

Question


JPEG Steganography extraction of message
in JPEG Steganography when we do steganography (the embedding )using the LSB of the quantized DCT Coefficients to embed message...

mer än 8 år ago | 0 answers | 0

0

answers

Question


when using Phil Sallee JPEG toolbox to extract the DCT coefficients are these the quantized DCT coeefcients or they are only DCT coeffcients??
please help I am confused when I write this code im=jpeg_read('Original.jpg'); Lum=im.coef_arrays{im.comp_info(1)....

mer än 8 år ago | 0 answers | 0

0

answers

Question


JPEG Compression using blockproc is taking so long time when I run it?
I am doing a JPEG compression on an image.. I used blockproc function to perform the DCT and The quantization, however when I ru...

nästan 9 år ago | 0 answers | 0

0

answers

Question


what are the steps to use Phil Sallee's JPEG toolbox for MATLAB?
I don't know how to integrate Phil Sallee's JPEG toolbox with MATLAB to start using it what are the right steps to be able to ...

nästan 9 år ago | 2 answers | 0

2

answers

Answered
error using "bitset" function for DCT steganography...please help
At first, thank you Mr. Walter for taking the time answering me but I am sorry Mr. Walter I did not understand what I need to d...

nästan 9 år ago | 0

Question


error using "bitset" function for DCT steganography...please help
I was working on DCT steganography function after getting the quantized DCT coefficients I did this embedding function on the f...

nästan 9 år ago | 2 answers | 0

2

answers

Question


I'm trying a simple LSB steganography for embedding and extracting a small message..but whenever I try to extract I keep getting different message :( something wrong with this code.can anyone help please tell me where it got wrong in the extraction..
% try LSB embedding X=imread('peppers.jpg'); X1=X(:,:,1); % embed in the first channel msg='The secret message'; msgB=de...

ungefär 9 år ago | 0 answers | 0

0

answers