cpcdoy / img_proc

Blurred Image Reconstruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img_proc

Image processing project

Building the project

In-source build

  cmake .
  make

And to clean everything :

make deep_clean

Out-of-source build

  mkdir build
  cd build
  cmake ..
  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

About

Blurred Image Reconstruction


Languages

Language:C++ 97.5%Language:CMake 2.5%