Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 522 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 522 Bytes

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