least significant bit process
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
i have matrix A(64x72). A is bit number. i want to embed every number in A to last bits of image B(RGB) after dec2bin process. the size of image is 64x64. how to embed A to last bit of B (LSB process) ?
5 Kommentare
Image Analyst
am 19 Mär. 2013
What does the "last bits of image" mean when the image is RGB, which is composed of three gray scale image planes (color channels)? And where did you post your images? You forgot to tell us.
Antworten (1)
Image Analyst
am 19 Mär. 2013
I'm not a steganography expert, and I don't think any of the regulars here are. So I suggest you find a method in VisionBib in one of these sections:
23.3.8 Image Hiding, Data Hiding, Steganography, Steganalysis
23.3.8.1 Data Hiding, Steganography, LSB, Least Significant Bit
23.3.8.2 Halftone Images, Compressed Images: Image Hiding, Data Hiding, Steganography
23.3.8.3 Surveys, Image Hiding, Data Hiding, Steganography
Then we can help after you've made an attempt at coding up your chosen algorithm in MATLAB.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!