项目作者: cpcdoy

项目描述 :
Blurred Image Reconstruction
高级语言: C++
项目地址: git://github.com/cpcdoy/img_proc.git
创建时间: 2017-03-04T16:33:58Z
项目社区:https://github.com/cpcdoy/img_proc

开源协议:

下载


img_proc

Image processing project

Building the project

In-source build

  1. cmake .
  2. make

And to clean everything :

  1. make deep_clean

Out-of-source build

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

Dependencies

You need to compile the latest OpenCV 3 from source

Articles

The blur detection is based on this paper

To understand the Haar Wavelet Transform, read this