Skip to content

DoubleBiao/fast_deblurring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages