TrackerStateEstimatorAdaBoosting based on ADA-Boosting.
More...
#include <opencv2/tracking/tracking_internals.hpp>
◆ TrackerStateEstimatorAdaBoosting()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerStateEstimatorAdaBoosting |
( |
int | numClassifer, |
|
|
int | initIterations, |
|
|
int | nFeatures, |
|
|
Size | patchSize, |
|
|
const Rect & | ROI ) |
Constructor.
- Parameters
-
numClassifer | Number of base classifiers |
initIterations | Number of iterations in the initialization |
nFeatures | Number of features/weak classifiers |
patchSize | tracking rect |
ROI | initial ROI |
◆ ~TrackerStateEstimatorAdaBoosting()
cv::detail::tracking::TrackerStateEstimatorAdaBoosting::~TrackerStateEstimatorAdaBoosting |
( |
| ) |
|
◆ computeReplacedClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeReplacedClassifier |
( |
| ) |
|
Get the list of the weak classifiers that should be replaced.
◆ computeSelectedWeakClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeSelectedWeakClassifier |
( |
| ) |
|
Get the list of the selected weak classifiers for the classification step.
◆ computeSwappedClassifier()
std::vector< int > cv::detail::tracking::TrackerStateEstimatorAdaBoosting::computeSwappedClassifier |
( |
| ) |
|
Get the list of the weak classifiers that replace those to be replaced.
◆ estimateImpl()
◆ getSampleROI()
Rect cv::detail::tracking::TrackerStateEstimatorAdaBoosting::getSampleROI |
( |
| ) |
const |
◆ setCurrentConfidenceMap()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::setCurrentConfidenceMap |
( |
ConfidenceMap & | confidenceMap | ) |
|
Set the current confidenceMap.
- Parameters
-
confidenceMap | The current :cConfidenceMap |
◆ setSampleROI()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::setSampleROI |
( |
const Rect & | ROI | ) |
|
Set the sampling ROI.
- Parameters
-
◆ updateImpl()
void cv::detail::tracking::TrackerStateEstimatorAdaBoosting::updateImpl |
( |
std::vector< ConfidenceMap > & | confidenceMaps | ) |
|
|
protectedvirtual |
◆ boostClassifier
The documentation for this class was generated from the following file: