Skip to content

empty16/libfacedetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfacedetection

This is a binary library for face detection in images. The 32-bits dll file is provided for Visual Studio 2010.

examples/libfacedetect-example.cpp shows how to use the library.

Comparison:

Method Time FPS Misc
OpenCV 21.2ms 47.2 Yaw angle: -40 to 40 degrees. Classifier: haarcascade_frontalface_alt.xml
frontal 4.3ms 232.6 Yaw angle: -60 to 60 degrees
multiview 10.5ms 95.2 Yaw angle: -90 to 90 degrees
multiview_reinforce 15.6ms 64.1 Yaw angle: -90 to 90 degrees
  • 640x480 image size (VGA), scale=1.2, minimal window size = 48
  • Intel(R) Core(TM) i7-4770 CPU @ 3.4GHz
  • Multi-core parallelization is enabled for the four methods.

Author:

Contributors:

  • Shengyin Wu, Shenzhen University, China
  • Dong Xu, Shenzhen University, China

About

A binary library for face detection in images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.5%
  • Objective-C 44.5%