Example of OpenCv face rotation, zoom, and positioning for detection
This example was used in the blog post:
http://www.wirelust.com/2013/01/08/normalizing-faces-with-opencv/
this build info may be out of date because of changes made to OpenCV. I am working on updates in another branch.
This app requires OpenCV. I am currently using a self compiled version.
Compiling looks something like this:
- git clone https://github.com/opencv/opencv.git
- cd opencv
- mkdir build
- cd build
- cmake ..
- make
- make install
To compile this app:
- mkdir build
- cd build
- cmake ..
- make