This project contains some open source face detection and recognition code:
- libfacedetection ShiqiYu GitHub
- face detection
- face alignment(68 points)
- SeetaFaceEngine seetaface GitHub
- face detection
- face alignment(5 points)
- face recognition
- extract face feature
- Dlib davisking GitHub
- face detection
- face alignment(68 points)
- OpenFace TadasBaltrusaitis/OpenFace GitHub
- face detection
- OpenCV OpenCV GitHub
- face detection(LBP)
The project support platform:
- windows7/10 64 bits: It can be directly build with VS2017 in windows7/10 64bits.
- Linux:
- OpenCV_Test support cmake build(file position: prj/linux_cmake_OpenCV_Test)
- Dlib_Test support cmake build(file position: prj/linux_cmake_Dlib_Test)
- IntelTBB_Test support cmake build(file position: prj/linux_cmake_IntelTBB_Test)
- SeetaFaceEngine_Test support cmake build(file position: prj/linux_cmake_SeetaFaceEngine_Test)
Blog: fengbingchun