一.BM3D及代码简单介绍
目前公认比较好的去噪算法。
源代码bm3d_src.zip(http://www.ipol.im/pub/art/2012/l-bm3d/)
This source code provides an implementation of the BM3D image denoising.
The code is compilable on Unix/Linux and Mac OS.
- Compilation.
Automated compilation requires the make program.
- Library.
This code requires the libpng library and the fftw library.
- Image format.
Only the PNG format is supported.
二.Windows下编译使用
平台:win7+VS2010
建立bm3dtest控制台工程,并把bmd3d_src加入到工程中。通过前面介绍可知,BM3D需要png库和fftw库,因此需要加入这些第三方库。
1.fftw3库配置