OpenCV 4.10.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"
类 | |
class | cv::BaseCascadeClassifier |
class | cv::CascadeClassifier |
面向对象检测的级联分类器类。 更多... | |
struct | cv::DefaultDeleter< CvHaarClassifierCascade > |
struct | cv::DetectionROI |
用于检测感兴趣区域 (ROI) 的结构, 更多... | |
struct | cv::HOGDescriptor |
HOG(直方图定向梯度)描述符和目标探测器的实现。 更多... | |
class | cv::BaseCascadeClassifier::MaskGenerator |
struct | cv::QRCodeEncoder::Params |
二维码编码器参数。 更多... | |
struct | cv::QRCodeDetectorAruco::Params |
class | cv::QRCodeDetector |
class | cv::QRCodeDetectorAruco |
class | cv::QRCodeEncoder |
class | cv::SimilarRects |
此类用于对级联分类器、 HOG 等检测到的目标候选对象进行分组。 更多... | |
命名空间 | |
namespace | cv |
磁盘上与文件关联的文件存储的“黑盒子”表示形式。 | |
类型定义 | |
typedef struct CvHaarClassifierCascade | CvHaarClassifierCascade |
枚举 | |
enum | { 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 |