Haar Wavelet Image Compression

Version 1.0.0.0 (2.99 KB) by Chathura
RGB and Grey image compression using Haar Wavelet Transform
989 Downloads
Updated 29 May 2016

View License

'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
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0