how hide image into cover image using haar wavelete transformation

1 view (last 30 days)
i need idea or code for hide image in imge using haar wavelete

Answers (1)

Walter Roberson
Walter Roberson on 5 Dec 2015
  2 Comments
Walter Roberson
Walter Roberson on 6 Dec 2015
Text and images are both represented as arrays of bytes. You can reshape those arrays into vectors. Now you have an array of bytes to be hidden and the hiding algorithm does not care where the bytes came from.
For example, if the vector value is 67, it does not matter to the hiding code if that is a grayscale level of an image, or if it is the green component of an image, or if it is the letter 'C': the hiding code just has to know that 67 is binary 01000011

Sign in to comment.

Categories

Find more on Discrete Multiresolution Analysis in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!