Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pengx17/facedetect
- Owner: pengx17
- Created: 2014-02-25T03:37:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T09:05:42.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T19:13:45.436Z (2 months ago)
- Language: C++
- Homepage:
- Size: 684 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 supportOther 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`.