OpenPose
1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
|
#include <faceDetector.hpp>
Public Member Functions | |
FaceDetector (const PoseModel poseModel) | |
virtual | ~FaceDetector () |
std::vector< Rectangle< float > > | detectFaces (const Array< float > &poseKeypoints) const |
Definition at line 9 of file faceDetector.hpp.
|
explicit |
|
virtual |
std::vector<Rectangle<float> > op::FaceDetector::detectFaces | ( | const Array< float > & | poseKeypoints | ) | const |