TrackerStateEstimatorAdaBoosting 基于 ADA-Boosting。 更多...
#include <opencv2/tracking/tracking_internals.hpp>
◆ TrackerStateEstimatorAdaBoosting()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerStateEstimatorAdaBoosting |
( |
int |
numClassifer, |
|
|
int |
initIterations, |
|
|
int |
nFeatures, |
|
|
Size |
patchSize, |
|
|
const Rect & |
ROI |
|
) |
| |
构造函数。
- 参数
-
numClassifer | 基础分类器的数量 |
initIterations | 初始化中的迭代次数 |
nFeatures | 特征/弱分类器的数量 |
patchSize | 跟踪矩形 |
ROI | 初始 ROI |
◆ ~TrackerStateEstimatorAdaBoosting()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::~TrackerStateEstimatorAdaBoosting |
( |
| ) |
|
◆ computeReplacedClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeReplacedClassifier |
( |
| ) |
|
◆ computeSelectedWeakClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeSelectedWeakClassifier |
( |
| ) |
|
◆ computeSwappedClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeSwappedClassifier |
( |
| ) |
|
◆ estimateImpl()
◆ getSampleROI()
Rect cv::detail::tracking::TrackerStateEstimatorAdaBoosting::getSampleROI |
( |
| ) |
const |
◆ setCurrentConfidenceMap()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::setCurrentConfidenceMap |
( |
ConfidenceMap & |
confidenceMap | ) |
|
设置当前 confidenceMap。
- 参数
-
confidenceMap | 当前 :cConfidenceMap |
◆ setSampleROI()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::setSampleROI |
( |
const Rect & |
ROI | ) |
|
◆ updateImpl()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::updateImpl |
( |
std::vector< ConfidenceMap > & |
confidenceMaps | ) |
|
|
protectedvirtual |
◆ boostClassifier
此类的文档从以下文件生成