which dct and dwt techniques are best suited for image steganography when using combination of dwt and dct?

조회 수: 2 (최근 30일)
which dct and dwt techniques are best suited for image steganography when using combination of dwt and dct?

답변 (1개)

Karanjot
Karanjot 2024년 11월 3일 18:39
Hi Jasmine,
Your query is probably resolved but I am posting this answer as a reference for the community.
For effective image steganography using a combination of DWT and DCT in MATLAB, consider the following:
  1. 2-Level DWT: Use 2-level DWT to decompose the image, providing detailed frequency analysis for better data embedding in less noticeable areas.
  2. Block-Based DCT: Apply DCT on the low-frequency (LL) sub-band from the DWT decomposition, as it retains critical image features and is less sensitive to changes.
  3. Embedding in Middle Frequencies: Embed the secret data in the middle-frequency DCT coefficients. This maintains a balance between being imperceptible to the human eye and robust against distortions.
  4. Coefficient Selection: Choose coefficients that are neither too small (to avoid distortion) nor too large (to ensure imperceptibility).
This approach enhances both robustness and invisibility in your steganographic system.

카테고리

Help CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by