Encrypt using images using matlab
Afficher commentaires plus anciens
Pick some text or image file(grayscale) of your choice, and a colored RGB picture then, do the following:
a) Hide this file into the colored picture by replacing its least significant bits of each color in every pixel with your file data. Try to use a minimum number of LSB bits of the colored picture such that changes are unnoticeable.
b) Restore this hidden picture from the carrier picture.
Réponses (0)
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!