I need a code for hiding a text in an image using DCT technique

조회 수: 6 (최근 30일)
Max M
Max M 2015년 4월 1일
답변: Max M 2015년 4월 2일
hello, I need a code to hide a message in an image using DCT technique(Steganography).... I'm new user to use a matlab... I just only knew the basic command of matlab.... please

답변 (2개)

Christiaan
Christiaan 2015년 4월 2일
Dear Max,
In MATLAB there are two ways to compute the DCT using Image Processing Toolbox™ software. From this website (where there is also an example) you can read that for implementing Steganography in MATLB the first method is to use the dct2 function. dct2 uses an FFT-based algorithm for speedy computation with large inputs. The second method is to use the DCT transform matrix, which is returned by the function dctmtx and might be more efficient for small square inputs, such as 8-by-8 or 16-by-16 .
Also you find multiple examples in the File Exchange how this can be implemented.
Good luck! Christiaan

Max M
Max M 2015년 4월 2일
Got it I do appreciate it's so helpful

카테고리

Help CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by