OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
cv::detail::tracking::TrackerStateEstimatorSVM Class Reference

TrackerStateEstimator based on SVM. More...

#include <opencv2/tracking/tracking_internals.hpp>

Inheritance diagram for cv::detail::tracking::TrackerStateEstimatorSVM:
Collaboration diagram for cv::detail::tracking::TrackerStateEstimatorSVM:

Public Member Functions

 TrackerStateEstimatorSVM ()
 
 ~TrackerStateEstimatorSVM ()
 
- Public Member Functions inherited from cv::detail::tracking::TrackerStateEstimator
virtual ~TrackerStateEstimator ()
 
Ptr< TrackerTargetStateestimate (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< TrackerTargetStateestimateImpl (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< TrackerStateEstimatorcreate (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()

Ptr< TrackerTargetState > cv::detail::tracking::TrackerStateEstimatorSVM::estimateImpl ( const std::vector< ConfidenceMap > &  confidenceMaps)
protectedvirtual

◆ updateImpl()

void cv::detail::tracking::TrackerStateEstimatorSVM::updateImpl ( std::vector< ConfidenceMap > &  confidenceMaps)
protectedvirtual

The documentation for this class was generated from the following file: