Haar Transform Matlab Code
Haar transform to 2D images in MATLAB? How? Yes, you can apply Haar transform to 2D images in MATLAB using the wavedec2 function from the Wavelet Toolbox: [c,s] = wavedec2(image,level,'haar'); where 'image' is the 2D matrix, 'level' is the number of de