OpenCV  3.4.12
Open Source Computer Vision
Public Member Functions | Protected Member Functions | List of all members
cv::TrackerFeatureHOG Class Reference

TrackerFeature based on HOG. More...

#include <opencv2/tracking/tracker.hpp>

Inheritance diagram for cv::TrackerFeatureHOG:
cv::TrackerFeature

Public Member Functions

 TrackerFeatureHOG ()
 
 ~TrackerFeatureHOG () CV_OVERRIDE
 
void selection (Mat &response, int npoints) CV_OVERRIDE
 Identify most effective features. More...
 
- Public Member Functions inherited from cv::TrackerFeature
virtual ~TrackerFeature ()
 
void compute (const std::vector< Mat > &images, Mat &response)
 Compute the features in the images collection. More...
 
String getClassName () const
 Get the name of the specific TrackerFeature. More...
 

Protected Member Functions

bool computeImpl (const std::vector< Mat > &images, Mat &response) CV_OVERRIDE
 

Additional Inherited Members

- Static Public Member Functions inherited from cv::TrackerFeature
static Ptr< TrackerFeaturecreate (const String &trackerFeatureType)
 Create TrackerFeature by tracker feature type. More...
 
- Protected Attributes inherited from cv::TrackerFeature
String className
 

Detailed Description

TrackerFeature based on HOG.

Constructor & Destructor Documentation

◆ TrackerFeatureHOG()

cv::TrackerFeatureHOG::TrackerFeatureHOG ( )

◆ ~TrackerFeatureHOG()

cv::TrackerFeatureHOG::~TrackerFeatureHOG ( )

Member Function Documentation

◆ computeImpl()

bool cv::TrackerFeatureHOG::computeImpl ( const std::vector< Mat > &  images,
Mat response 
)
protectedvirtual

Implements cv::TrackerFeature.

◆ selection()

void cv::TrackerFeatureHOG::selection ( Mat response,
int  npoints 
)
virtual

Identify most effective features.

Parameters
responseCollection of response for the specific TrackerFeature
npointsMax number of features
Note
This method modifies the response parameter

Implements cv::TrackerFeature.


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