OpenCV
4.10.0-dev
Open Source Computer Vision
|
TrackerStateEstimator based on SVM. More...
#include <opencv2/tracking/tracking_internals.hpp>
Public Member Functions | |
TrackerStateEstimatorSVM () | |
~TrackerStateEstimatorSVM () | |
Public Member Functions inherited from cv::detail::tracking::TrackerStateEstimator | |
virtual | ~TrackerStateEstimator () |
Ptr< TrackerTargetState > | estimate (const std::vector< ConfidenceMap > &confidenceMaps) |
Estimate the most likely target state, return the estimated state. | |
String | getClassName () const |
Get the name of the specific TrackerStateEstimator. | |
void | update (std::vector< ConfidenceMap > &confidenceMaps) |
Update the ConfidenceMap with the scores. | |
Protected Member Functions | |
Ptr< TrackerTargetState > | estimateImpl (const std::vector< ConfidenceMap > &confidenceMaps) CV_OVERRIDE |
void | updateImpl (std::vector< ConfidenceMap > &confidenceMaps) CV_OVERRIDE |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::detail::tracking::TrackerStateEstimator | |
static Ptr< TrackerStateEstimator > | create (const String &trackeStateEstimatorType) |
Create TrackerStateEstimator by tracker state estimator type. | |
Protected Attributes inherited from cv::detail::tracking::TrackerStateEstimator | |
String | className |
TrackerStateEstimator based on SVM.
cv::detail::tracking::TrackerStateEstimatorSVM::TrackerStateEstimatorSVM | ( | ) |
cv::detail::tracking::TrackerStateEstimatorSVM::~TrackerStateEstimatorSVM | ( | ) |
|
protectedvirtual |
Implements cv::detail::tracking::TrackerStateEstimator.
|
protectedvirtual |
Implements cv::detail::tracking::TrackerStateEstimator.