hi, i prepare a project about hide text into image using DCT, these is the algorithm
Input: Message, cover image
Output: steganographic image containing message
While data left to embed do
Get next DCT coefficient from cover image
If DCT not equal to 0 and DCT not equal to 1 then
Get next LSB from message
Replace DCT LSB with message bit
End if
Insert DCT into steganographic image
End while
thanks
1 Comment
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/180267-implement-hide-using-dct#comment_554612
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/180267-implement-hide-using-dct#comment_554612
Sign in to comment.