This repository contains an implementation of image denoising using Haar wavelets. Wavelet-based denoising is a powerful technique for reducing noise in digital images, particularly Gaussian noise, ...
What wavelet functions can I use? The default is to use the Morlet. The Ricker (aka Mexican hat, aka Marr) is also available. You can write your own wavelet functions, in either time or frequency.