Image processing project
cmake .
make
And to clean everything :
make deep_clean
mkdir build
cd build
cmake ..
make
You need to compile the latest OpenCV 3 from source
The blur detection is based on this paper
To understand the Haar Wavelet Transform, read this