OpenCV 4.11.0
开源计算机视觉
|
这是cv::FaceDetectorYN的完整成员列表,包括所有继承的成员。
create(CV_WRAP_FILE_PATH const String &model, CV_WRAP_FILE_PATH const String &config, const Size &input_size, float score_threshold=0.9f, float nms_threshold=0.3f, int top_k=5000, int backend_id=0, int target_id=0) | cv::FaceDetectorYN | 静态 |
create(const String &framework, const std::vector< uchar > &bufferModel, const std::vector< uchar > &bufferConfig, const Size &input_size, float score_threshold=0.9f, float nms_threshold=0.3f, int top_k=5000, int backend_id=0, int target_id=0) | cv::FaceDetectorYN | 静态 |
detect(InputArray image, OutputArray faces)=0 | cv::FaceDetectorYN | 纯虚函数 |
getInputSize()=0 | cv::FaceDetectorYN | 纯虚函数 |
getNMSThreshold()=0 | cv::FaceDetectorYN | 纯虚函数 |
getScoreThreshold()=0 | cv::FaceDetectorYN | 纯虚函数 |
getTopK()=0 | cv::FaceDetectorYN | 纯虚函数 |
setInputSize(const Size &input_size)=0 | cv::FaceDetectorYN | 纯虚函数 |
setNMSThreshold(float nms_threshold)=0 | cv::FaceDetectorYN | 纯虚函数 |
setScoreThreshold(float score_threshold)=0 | cv::FaceDetectorYN | 纯虚函数 |
setTopK(int top_k)=0 | cv::FaceDetectorYN | 纯虚函数 |
~FaceDetectorYN() | cv::FaceDetectorYN | 内联虚函数 |