OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
cv::TrackerStateEstimatorSVM Class Reference

TrackerStateEstimator based on SVM. More...

#include "tracker.hpp"

Inheritance diagram for cv::TrackerStateEstimatorSVM:
cv::TrackerStateEstimator

Public Member Functions

 TrackerStateEstimatorSVM ()
 
 ~TrackerStateEstimatorSVM ()
 
- Public Member Functions inherited from cv::TrackerStateEstimator
virtual ~TrackerStateEstimator ()
 
Ptr< TrackerTargetStateestimate (const std::vector< ConfidenceMap > &confidenceMaps)
 Estimate the most likely target state, return the estimated state. More...
 
String getClassName () const
 Get the name of the specific TrackerStateEstimator. More...
 
void update (std::vector< ConfidenceMap > &confidenceMaps)
 Update the ConfidenceMap with the scores. More...
 

Protected Member Functions

Ptr< TrackerTargetStateestimateImpl (const std::vector< ConfidenceMap > &confidenceMaps)
 
void updateImpl (std::vector< ConfidenceMap > &confidenceMaps)
 

Additional Inherited Members

- Static Public Member Functions inherited from cv::TrackerStateEstimator
static Ptr< TrackerStateEstimatorcreate (const String &trackeStateEstimatorType)
 Create TrackerStateEstimator by tracker state estimator type. More...
 
- Protected Attributes inherited from cv::TrackerStateEstimator
String className
 

Detailed Description

TrackerStateEstimator based on SVM.

Constructor & Destructor Documentation

cv::TrackerStateEstimatorSVM::TrackerStateEstimatorSVM ( )
cv::TrackerStateEstimatorSVM::~TrackerStateEstimatorSVM ( )

Member Function Documentation

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

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