OpenCV 4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::FaceDetectorYN 成员列表

这是 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::FaceDetectorYNstatic
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::FaceDetectorYNstatic
detect(InputArray image, OutputArray faces)=0cv::FaceDetectorYN纯虚
getInputSize()=0cv::FaceDetectorYN纯虚
getNMSThreshold()=0cv::FaceDetectorYN纯虚
getScoreThreshold()=0cv::FaceDetectorYN纯虚
getTopK()=0cv::FaceDetectorYN纯虚
setInputSize(const Size &input_size)=0cv::FaceDetectorYN纯虚
setNMSThreshold(float nms_threshold)=0cv::FaceDetectorYN纯虚
setScoreThreshold(float score_threshold)=0cv::FaceDetectorYN纯虚
setTopK(int top_k)=0cv::FaceDetectorYN纯虚
~FaceDetectorYN()cv::FaceDetectorYNinlinevirtual