implement hide using DCT

조회 수: 5 (최근 30일)
amal
amal 2015년 2월 25일
댓글: Walter Roberson 2018년 4월 9일
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
SWAGATIKA DEVI
SWAGATIKA DEVI 2018년 4월 9일
can i get the code?

댓글을 달려면 로그인하십시오.

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 4월 9일
https://www.mathworks.com/help/images/ref/dct2.html
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 4월 9일
That only talks about the DCT itself, not about the information hiding. Most of the people who struggle with the task have difficulty in converting information into binary or back from binary, or get messed up by the fact that the output is likely to be floating point instead of uint8.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by