OpenCV 4.11.0
开源计算机视觉库
|
#include "opencv2/core.hpp"
#include "opencv2/objdetect/aruco_detector.hpp"
#include "opencv2/objdetect/graphical_code_detector.hpp"
#include "opencv2/objdetect/detection_based_tracker.hpp"
#include "opencv2/objdetect/face.hpp"
#include "opencv2/objdetect/charuco_detector.hpp"
#include "opencv2/objdetect/barcode.hpp"
类 | |
类 | cv::BaseCascadeClassifier |
类 | cv::CascadeClassifier |
用于目标检测的级联分类器类。 更多… | |
结构体 | cv::DefaultDeleter< CvHaarClassifierCascade > |
结构体 | cv::DetectionROI |
检测感兴趣区域 (ROI) 的结构体 更多… | |
结构体 | cv::HOGDescriptor |
方向梯度直方图 (HOG) 描述符和目标检测器的实现。 更多… | |
类 | cv::BaseCascadeClassifier::MaskGenerator |
结构体 | cv::QRCodeEncoder::Params |
二维码编码器参数。 更多… | |
结构体 | cv::QRCodeDetectorAruco::Params |
类 | cv::QRCodeDetector |
类 | cv::QRCodeDetectorAruco |
类 | cv::QRCodeEncoder |
类 | cv::SimilarRects |
此类用于对级联分类器、HOG 等检测到的目标候选矩形进行分组。 更多… | |
命名空间 | |
命名空间 | cv |
类型定义 | |
typedef struct CvHaarClassifierCascade | CvHaarClassifierCascade |
枚举 | |
枚举 | { cv::CASCADE_DO_CANNY_PRUNING = 1 , cv::CASCADE_SCALE_IMAGE = 2 , cv::CASCADE_FIND_BIGGEST_OBJECT = 4 , cv::CASCADE_DO_ROUGH_SEARCH = 8 } |
函数 | |
Ptr< BaseCascadeClassifier::MaskGenerator > | cv::createFaceDetectionMaskGenerator () |
void | cv::groupRectangles (std::vector< Rect > &rectList, int groupThreshold, double eps, std::vector< int > *weights, std::vector< double > *levelWeights) |
void | cv::groupRectangles (std::vector< Rect > &rectList, int groupThreshold, double eps=0.2) |
对目标候选矩形进行分组。 | |
void | cv::groupRectangles (std::vector< Rect > &rectList, std::vector< int > &rejectLevels, std::vector< double > &levelWeights, int groupThreshold, double eps=0.2) |
void | cv::groupRectangles (std::vector< Rect > &rectList, std::vector< int > &weights, int groupThreshold, double eps=0.2) |
void | cv::groupRectangles_meanshift (std::vector< Rect > &rectList, std::vector< double > &foundWeights, std::vector< double > &foundScales, double detectThreshold=0.0, Size winDetSize=Size(64, 128)) |
typedef struct CvHaarClassifierCascade CvHaarClassifierCascade |