OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <faceDetectorOpenCV.hpp>
Public Member Functions | |
FaceDetectorOpenCV (const std::string &modelFolder) | |
virtual | ~FaceDetectorOpenCV () |
std::vector< Rectangle< float > > | detectFaces (const Matrix &inputData) |
Definition at line 8 of file faceDetectorOpenCV.hpp.
|
explicit |
|
virtual |