![]() |
OpenCV 4.12.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 |