Logo
OpenCV  3.0.0
Open Source Computer Vision
Public Member Functions | Protected Member Functions | List of all members
cv::TrackerFeatureLBP Class Reference
Tracking API

TrackerFeature based on LBP. More...

#include "tracker.hpp"

Inheritance diagram for cv::TrackerFeatureLBP:

Public Member Functions

 
 
void  selection (Mat &response, int npoints)
  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)
 

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
 

Detailed Description

TrackerFeature based on LBP.

Constructor & Destructor Documentation

cv::TrackerFeatureLBP::TrackerFeatureLBP ( )
cv::TrackerFeatureLBP::~TrackerFeatureLBP ( )

Member Function Documentation

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

Implements cv::TrackerFeature.

void cv::TrackerFeatureLBP::selection ( Matresponse,
int  npoints 
)
virtual

Identify most effective features.

Parameters
response Collection of response for the specific TrackerFeature
npoints Max number of features
Note
This method modifies the response parameter

Implements cv::TrackerFeature.


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

Generated on Wed Jun 3 2015 21:57:15 for OpenCV by   doxygen 1.8.7

AltStyle によって変換されたページ (->オリジナル) /