离散小波变换 Resources

Showing items tagged with "离散小波变换"

A new digital image watermarking algorithm is proposed that integrates Discrete Wavelet Transform (DWT) with Singular Value Decomposition (SVD). The algorithm performs wavelet decomposition on the original image, partitions the low-frequency subband obtained from decomposition, and applies SVD to each block. The largest singular value from each block is selected to embed Arnold-scrambled watermark information through quantization.

MATLAB 231 views Tagged

MATLAB-based JPEG2000 image compression implementation using Discrete Wavelet Transform (DWT). Modify the image path in the code to run the program and observe compression results, with detailed explanations of the implementation approach and key functions.

MATLAB 229 views Tagged