Haar Wavelet Transform of an Image

Version 1.0.0 (93.3 KB) by RFM
Multi-resolution Image Analysis using Haar Wavelet Transformation and Performing Inverse Transformation to Restore Original Image.
406 Downloads
Updated 11 Jan 2020

View License

Basic Concept (SUMMARY)
1. Read an Input Image
2. Resizing the Image to 1024 x 1024 Image
3. Defining the Haar Filter Matrix { 1/sqrt(2)*[1 1; 1 -1] }
4. Performing Filtering
Along Colms and then Along Rows and downsample by 2
Updating the Output Image iteratively
5. Display of Multiresolution Image
6. Performing Restoration
Along Rows and then Along Colms and upsampling by 2
Updating the Output Image iteratively
7. Display the Final Restored Img

Cite As

RFM (2024). Haar Wavelet Transform of an Image (https://www.mathworks.com/matlabcentral/fileexchange/73890-haar-wavelet-transform-of-an-image), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Discrete Multiresolution Analysis in Help Center and MATLAB Answers

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