palcode / fast_deblurring

implement fast deblurring algorithm in C++ OpenCV and FFTW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fast_deblurring

implement fast deblurring algorithm in C++ OpenCV and FFTW

This code implements the algorithm described in the paper : paper D. Krishnan, R. Fergus: "Fast Image Deconvolution using Hyper-Laplacian Priors", Proceedings of NIPS 2009.

OpenCV 2.4.8 and FFTW3 is used.

The algorithm is further simplified in this program by replace the LUT with linear regression functions.

This program is developed in VS 2012 and, to compile it correctly, the library path in the configuration files FFTW.proprs. OpenCV_REALEASEconfig.props and OpenCVconfig.props should be modified.

Sorry for the possible inconvenience of comments in Chinese. If there is any question, feel free to contact me by e-mail. My address: 648194212@qq.com or xh2332@columbia.edu

About

implement fast deblurring algorithm in C++ OpenCV and FFTW

License:GNU General Public License v3.0


Languages

Language:C 68.3%Language:C++ 31.7%