OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::FaceDetectorOpenCV Class Reference

#include <faceDetectorOpenCV.hpp>

Public Member Functions

 FaceDetectorOpenCV (const std::string &modelFolder)
 
virtual ~FaceDetectorOpenCV ()
 
std::vector< Rectangle< float > > detectFaces (const Matrix &inputData)
 

Detailed Description

Definition at line 8 of file faceDetectorOpenCV.hpp.

Constructor & Destructor Documentation

◆ FaceDetectorOpenCV()

op::FaceDetectorOpenCV::FaceDetectorOpenCV ( const std::string &  modelFolder)
explicit

◆ ~FaceDetectorOpenCV()

virtual op::FaceDetectorOpenCV::~FaceDetectorOpenCV ( )
virtual

Member Function Documentation

◆ detectFaces()

std::vector<Rectangle<float> > op::FaceDetectorOpenCV::detectFaces ( const Matrix inputData)

The documentation for this class was generated from the following file: