facedetect
A library wrapper for OpenCV's facedetection. Detect faces in YUV images and output a bitmap for the found area.
Run the detect
project as a demo.
Features:
- preloaded both old/new cascade file
- utility for YUV420/422 image/video input.
- allow raw pointer input so that user do not have to construct a cv::Mat himself.
- OpenCL classifier support
Other platform than Windows is not tested.
Hint:
For ease of distribution, you may need to build OpenCV as static:
In OpenCV CMake, uncheck BUILD_SHARD_LIBS
and BUILD_WITH_STATIC_CRT
.