Loading...
Searching...
No Matches
cv::detail::tracking::TrackerStateEstimatorSVM Class Reference
TrackerStateEstimator based on SVM. More...
#include <opencv2/tracking/tracking_internals.hpp>
Inheritance diagram for cv::detail::tracking::TrackerStateEstimatorSVM:
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 |
virtual Ptr< TrackerTargetState > | estimateImpl (const std::vector< ConfidenceMap > &confidenceMaps)=0 |
virtual void | updateImpl (std::vector< ConfidenceMap > &confidenceMaps)=0 |
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 |
Detailed Description
TrackerStateEstimator based on SVM.
Constructor & Destructor Documentation
◆ TrackerStateEstimatorSVM()
cv::detail::tracking::TrackerStateEstimatorSVM::TrackerStateEstimatorSVM | ( | ) |
◆ ~TrackerStateEstimatorSVM()
cv::detail::tracking::TrackerStateEstimatorSVM::~TrackerStateEstimatorSVM | ( | ) |
Member Function Documentation
◆ estimateImpl()
|
protectedvirtual |
Implements cv::detail::tracking::TrackerStateEstimator.
◆ updateImpl()
|
protectedvirtual |
Implements cv::detail::tracking::TrackerStateEstimator.
The documentation for this class was generated from the following file:
- opencv2/tracking/tracking_internals.hpp