🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/objdetect/detection_based_tracker.hpp>
◆ IDetector()
| cv::DetectionBasedTracker::IDetector::IDetector |
( |
| ) |
|
|
inline |
◆ ~IDetector()
| virtual cv::DetectionBasedTracker::IDetector::~IDetector |
( |
| ) |
|
|
inlinevirtual |
◆ detect()
| virtual void cv::DetectionBasedTracker::IDetector::detect |
( |
const cv::Mat & | image, |
|
|
std::vector< cv::Rect > & | objects ) |
|
pure virtual |
◆ getMaxObjectSize()
| cv::Size cv::DetectionBasedTracker::IDetector::getMaxObjectSize |
( |
| ) |
const |
|
inline |
◆ getMinNeighbours()
| int cv::DetectionBasedTracker::IDetector::getMinNeighbours |
( |
| ) |
|
|
inline |
◆ getMinObjectSize()
| cv::Size cv::DetectionBasedTracker::IDetector::getMinObjectSize |
( |
| ) |
const |
|
inline |
◆ getScaleFactor()
| float cv::DetectionBasedTracker::IDetector::getScaleFactor |
( |
| ) |
|
|
inline |
◆ setMaxObjectSize()
| void cv::DetectionBasedTracker::IDetector::setMaxObjectSize |
( |
const cv::Size & | max | ) |
|
|
inline |
◆ setMinNeighbours()
| void cv::DetectionBasedTracker::IDetector::setMinNeighbours |
( |
int | value | ) |
|
|
inline |
◆ setMinObjectSize()
| void cv::DetectionBasedTracker::IDetector::setMinObjectSize |
( |
const cv::Size & | min | ) |
|
|
inline |
◆ setScaleFactor()
| void cv::DetectionBasedTracker::IDetector::setScaleFactor |
( |
float | value | ) |
|
|
inline |
◆ maxObjSize
| cv::Size cv::DetectionBasedTracker::IDetector::maxObjSize |
|
protected |
◆ minNeighbours
| int cv::DetectionBasedTracker::IDetector::minNeighbours |
|
protected |
◆ minObjSize
| cv::Size cv::DetectionBasedTracker::IDetector::minObjSize |
|
protected |
◆ scaleFactor
| float cv::DetectionBasedTracker::IDetector::scaleFactor |
|
protected |
このクラス詳解は次のファイルから抽出されました: