1 #ifndef OPENPOSE_FACE_FACE_DETECTOR_OPENCV_HPP
2 #define OPENPOSE_FACE_FACE_DETECTOR_OPENCV_HPP
4 #include <opencv2/core/core.hpp>
5 #include <opencv2/objdetect/objdetect.hpp>
18 std::vector<Rectangle<float>> detectFaces(
const cv::Mat& cvInputData);
21 cv::CascadeClassifier mFaceCascade;
27 #endif // OPENPOSE_FACE_FACE_DETECTOR_OPENCV_HPP
#define DELETE_COPY(className)
Definition: macros.hpp:34
Definition: faceDetectorOpenCV.hpp:10
#define OP_API
Definition: macros.hpp:19
std::string string
Definition: cl2.hpp:574