Wavelet Denoising in ANSI C using empirical bayes thresholding and a host of other thresholding methods.
wdenoise object | WDenoise Object, Parameters and Functions |
---|---|
Wdenoise 1D Example using EBayesThresh | Example Code 1 : wdenoise (EBayesThresh) |
Wdenoise 1D Example using fdrshrink | Example Code 2 : wdenoise |
Image Denoising | Example Code 3 : Image Denoising using EBayesThresh and Visushrink |
Full Documentation is available here
Git and CMake
Clone the project.
cd to directory
cmake .
make
The EbayesThresh software package was originally developed by Bernard W. Silverman and Ludger Evers, with extensions introduced by Kan Xu, Peter Carbonetto and Matthew Stephens in the Department of Statistics at the University of Chicago.
Matlab Version of the code is written by A. ANTONIADIS, M. JENSEN, I. JOHNSTONE & B. W. SILVERMAN.
All the codes available in the src folder of this repository are licensed under GNU General Public License 3.0