OpenCV
4.8.0
Open Source Computer Vision
|
This is the complete list of members for cv::FaceDetectorYN, including all inherited members.
create(const String &model, 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 |
detect(InputArray image, OutputArray faces)=0 | cv::FaceDetectorYN | pure virtual |
getInputSize()=0 | cv::FaceDetectorYN | pure virtual |
getNMSThreshold()=0 | cv::FaceDetectorYN | pure virtual |
getScoreThreshold()=0 | cv::FaceDetectorYN | pure virtual |
getTopK()=0 | cv::FaceDetectorYN | pure virtual |
setInputSize(const Size &input_size)=0 | cv::FaceDetectorYN | pure virtual |
setNMSThreshold(float nms_threshold)=0 | cv::FaceDetectorYN | pure virtual |
setScoreThreshold(float score_threshold)=0 | cv::FaceDetectorYN | pure virtual |
setTopK(int top_k)=0 | cv::FaceDetectorYN | pure virtual |
~FaceDetectorYN() | cv::FaceDetectorYN | inlinevirtual |