![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#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 (Histogram of Oriented Gradients) 記述子および物体検出器の実装。 続きを読む... | |
| class | cv::BaseCascadeClassifier::MaskGenerator |
| struct | cv::QRCodeEncoder::Params |
| QR コードエンコーダのパラメータ。 続きを読む... | |
| 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 |