Matlab Wrapper for Nonlocal Means Denoising Filter
This is a matlab wrapper for Nonlocal Means denoising filter implemented by the authors: Antoni Buades, Bartomeu Coll, Jean-Michel Morel Please refer: http://www.ipol.im/pub/art/2011/bcm_nlm/ for more details.
usage:
-
run compile.m to generate the mex files.
-
denoise by:
denoised = mexnlmeans_ipol(single(nimg),fSigma);
** input image must be signle type.
Tested on Ubuntu 12.10 and Mac OS Lion 64 bits.
Run demo.m to try!
Xinhao Liu vidreams@gmail.com 2013-08-30