Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pengx17/facedetect

A library wrapper for OpenCV. detect faces in (including YUV) images and output a bitmap for the found area.
https://github.com/pengx17/facedetect

Last synced: about 1 month ago
JSON representation

A library wrapper for OpenCV. detect faces in (including YUV) images and output a bitmap for the found area.

Awesome Lists containing this project

README

        

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:

1. preloaded both old/new cascade file
2. utility for YUV420/422 image/video input.
3. allow raw pointer input so that user do not have to construct a cv::Mat himself.
4. 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`.