TrackerStateEstimatorAdaBoosting based on ADA-Boosting.
More...
#include "tracker.hpp"
§ TrackerStateEstimatorAdaBoosting()
cv::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::TrackerStateEstimatorAdaBoosting::~TrackerStateEstimatorAdaBoosting |
( |
| ) |
|
§ computeReplacedClassifier()
std::vector<int> cv::TrackerStateEstimatorAdaBoosting::computeReplacedClassifier |
( |
| ) |
|
Get the list of the weak classifiers that should be replaced.
§ computeSelectedWeakClassifier()
std::vector<int> cv::TrackerStateEstimatorAdaBoosting::computeSelectedWeakClassifier |
( |
| ) |
|
Get the list of the selected weak classifiers for the classification step.
§ computeSwappedClassifier()
std::vector<int> cv::TrackerStateEstimatorAdaBoosting::computeSwappedClassifier |
( |
| ) |
|
Get the list of the weak classifiers that replace those to be replaced.
§ estimateImpl()
§ getSampleROI()
Rect cv::TrackerStateEstimatorAdaBoosting::getSampleROI |
( |
| ) |
const |
§ setCurrentConfidenceMap()
void cv::TrackerStateEstimatorAdaBoosting::setCurrentConfidenceMap |
( |
ConfidenceMap & |
confidenceMap | ) |
|
Set the current confidenceMap.
- Parameters
-
confidenceMap | The current :cConfidenceMap |
§ setSampleROI()
void cv::TrackerStateEstimatorAdaBoosting::setSampleROI |
( |
const Rect & |
ROI | ) |
|
Set the sampling ROI.
- Parameters
-
§ updateImpl()
void cv::TrackerStateEstimatorAdaBoosting::updateImpl |
( |
std::vector< ConfidenceMap > & |
confidenceMaps | ) |
|
|
protectedvirtual |
§ boostClassifier
The documentation for this class was generated from the following file:
- /build/master-contrib_docs-lin64/opencv_contrib/modules/tracking/include/opencv2/tracking/tracker.hpp