Class cv::detail::tracking::TrackerFeatureFeature2d#
TrackerContribFeature based on Feature2D.
#include <opencv2/tracking/tracking_internals.hpp>Collaboration diagram for cv::detail::tracking::TrackerFeatureFeature2d:
Public Member Functions#
Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature
Return |
Name |
Description |
|---|---|---|
Get the name of the specific TrackerContribFeature. |
||
|
Identify most effective features. |
Public Member Functions inherited from cv::detail::tracking::TrackerFeature
Return |
Name |
Description |
|---|---|---|
|
|
Compute the features in the images collection. |
Static Public Member Functions#
Static Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature
Return |
Name |
Description |
|---|---|---|
|
Create TrackerContribFeature by tracker feature type. |
Additional Inherited Members#
Protected Member Functions inherited from cv::detail::tracking::TrackerFeature
Return |
Name |
Description |
|---|---|---|
|
|
Protected Attributes inherited from cv::detail::tracking::TrackerContribFeature
Detailed Description#
TrackerContribFeature based on Feature2D.
Constructor & Destructor Documentation#
TrackerFeatureFeature2d()#
cv::detail::tracking::TrackerFeatureFeature2d::TrackerFeatureFeature2d(
String detectorType,
String descriptorType )
Constructor.
Parameters
detectorType— string of FeatureDetectordescriptorType— string of DescriptorExtractor
~TrackerFeatureFeature2d()#
cv::detail::tracking::TrackerFeatureFeature2d::~TrackerFeatureFeature2d()
Member Function Documentation#
selection()#
void cv::detail::tracking::TrackerFeatureFeature2d::selection(
Mat & response,
int npoints )
Identify most effective features.
Note
This method modifies the response parameter
Parameters
response— Collection of response for the specific TrackerContribFeaturenpoints— Max number of features
computeImpl()#
bool cv::detail::tracking::TrackerFeatureFeature2d::computeImpl(
const std::vector< Mat > & images,
Mat & response )
Member Data Documentation#
keypoints#
std::vector< KeyPoint > cv::detail::tracking::TrackerFeatureFeature2d::keypoints
Source file#
The documentation for this class was generated from the following file:
opencv2/tracking/tracking_internals.hpp