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

TrackerFeature based on LBP. More...

#include <opencv2/tracking/tracker.hpp>

Inheritance diagram for cv::TrackerFeatureLBP:
cv::TrackerFeature

Public Member Functions

 TrackerFeatureLBP ()
 
 ~TrackerFeatureLBP ()
 
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 LBP.

Constructor & Destructor Documentation

§ TrackerFeatureLBP()

cv::TrackerFeatureLBP::TrackerFeatureLBP ( )

§ ~TrackerFeatureLBP()

cv::TrackerFeatureLBP::~TrackerFeatureLBP ( )

Member Function Documentation

§ computeImpl()

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

Implements cv::TrackerFeature.

§ selection()

void cv::TrackerFeatureLBP::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: