This is the complete list of members for cv::FaceDetectorYN, including all inherited members.
| 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 | 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 |