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

TrackerStateEstimator based on Boosting. More...

#include "tracker.hpp"

Inheritance diagram for cv::TrackerStateEstimatorMILBoosting:
cv::TrackerStateEstimator

Classes

class  TrackerMILTargetState
 

Public Member Functions

 TrackerStateEstimatorMILBoosting (int nFeatures=250)
 Constructor. More...
 
 ~TrackerStateEstimatorMILBoosting ()
 
void setCurrentConfidenceMap (ConfidenceMap &confidenceMap)
 Set the current confidenceMap. More...
 
- 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 Boosting.

Constructor & Destructor Documentation

cv::TrackerStateEstimatorMILBoosting::TrackerStateEstimatorMILBoosting ( int  nFeatures = 250)

Constructor.

Parameters
nFeaturesNumber of features for each sample
cv::TrackerStateEstimatorMILBoosting::~TrackerStateEstimatorMILBoosting ( )

Member Function Documentation

Ptr<TrackerTargetState> cv::TrackerStateEstimatorMILBoosting::estimateImpl ( const std::vector< ConfidenceMap > &  confidenceMaps)
protectedvirtual
void cv::TrackerStateEstimatorMILBoosting::setCurrentConfidenceMap ( ConfidenceMap confidenceMap)

Set the current confidenceMap.

Parameters
confidenceMapThe current :cConfidenceMap
void cv::TrackerStateEstimatorMILBoosting::updateImpl ( std::vector< ConfidenceMap > &  confidenceMaps)
protectedvirtual

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