Effacer les filtres
Effacer les filtres

implement hide using DCT

2 vues (au cours des 30 derniers jours)
amal
amal le 25 Fév 2015
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 commentaire
SWAGATIKA DEVI
SWAGATIKA DEVI le 9 Avr 2018
can i get the code?

Connectez-vous pour commenter.

Réponses (1)

Abhishek Ballaney
Abhishek Ballaney le 9 Avr 2018
https://www.mathworks.com/help/images/ref/dct2.html
  1 commentaire
Walter Roberson
Walter Roberson le 9 Avr 2018
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.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by