Stegnography embedding image to bit conversion?
Afficher commentaires plus anciens
how to convert image into bits? since I want to replace the pixels of the image(in bits) by the secret message in bits.
Réponses (2)
Geoff Hayes
le 14 Mar 2015
0 votes
Sandeep - use any of the bit-wise operators to manipulate the (presumably LSB) bits of the image pixels so that you can hide the secret message within them.
1 commentaire
Sandeep B
le 15 Mar 2015
Image Analyst
le 15 Mar 2015
0 votes
See my demo on LSB watermarking, attached below the demo it makes.

2 commentaires
Sandeep B
le 15 Mar 2015
Image Analyst
le 15 Mar 2015
Look into functions mod(), xor(), and dec2bin().
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!