Skip to content

cpcdoy/img_proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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