Skip to content

liuxinhao/Nonlocal-Means

Repository files navigation

Nonlocal-Means

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:

  1. run compile.m to generate the mex files.

  2. 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

About

Matlab Wrapper for Nonlocal Means Denoising Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published