Using BM3D to denoise image
Platform:
my platform is python3.6
To run this code:
step1:Because of this the code of python.You should install python and configuration environment variable.
step2:Also if you installed python,you should also install some Python Extension Packages--numpy and opencv.
If you operating system is 64bit,you can find the packages in this http://www.lfd.uci.edu/~gohlke/pythonlibs/
step3:enter the BM3D.py,change the 'img_name' to you own image path.Then run the BM3D.py.That's ok.
file description: BM3D.py is for gray image CBM3D.py is for color image, but is very slow CBM3D_opt.py is for color image, and is very fast after accelerate.