The document discusses image steganography and various related concepts. It introduces image steganography as hiding secret information in a cover image. Key points covered include:
- Huffman coding is used to encode the secret image before embedding. It assigns binary codes to image intensity values.
- Discrete wavelet transform (DWT) is applied to the cover image. The secret message is embedded in the high frequency DWT coefficients while preserving the low frequency coefficients to maintain image quality.
- Inverse DWT is applied to produce a stego-image containing the hidden secret image. Haar DWT is used in the described approach.