Haar Wavelet Image Compression
'haar_wt' function take a grey image and a value 'delta' as inputs and outputs a compressed image. Haar wavelet transformation was used as a transformation matrix for compression process. 'haar_wt_rgb' does the same for an RGB image. In here, 'delta' value governs the compression ratio. 'delta' is a value between 0 and 1, when delta=0, no compression is done. These functions can be considered as a starting point for analysis of Haar wavelet transformation based image compression. Implementation was based on following source.
Reference : math.osu.edu/~husen/teaching/572/image_comp.pdf
Cite As
Chathura (2025). Haar Wavelet Image Compression (https://www.mathworks.com/matlabcentral/fileexchange/57392-haar-wavelet-image-compression), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Wavelet Toolbox > Discrete Multiresolution Analysis >
- Signal Processing > Wavelet Toolbox > Denoising and Compression >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
haar_wavelet_Image_Compression/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |