OpenCV 4.10.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 | static |
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 | static |
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 | inlinevirtual |