OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::detail::tracking::TrackerFeatureFeature2d 类参考

基于 Feature2DTrackerContribFeature更多...

#include <opencv2/tracking/tracking_internals.hpp>

cv::detail::tracking::TrackerFeatureFeature2d 的协作图

公共成员函数

 TrackerFeatureFeature2d (String detectorType, String descriptorType)
 构造函数。
 
 ~TrackerFeatureFeature2d () CV_OVERRIDE
 
void selection (Mat &response, int npoints) CV_OVERRIDE
 识别最有效的特征。
 
- 继承自 cv::detail::tracking::TrackerContribFeature 的公共成员函数
virtual ~TrackerContribFeature ()
 
String getClassName () const
 获取特定的 TrackerContribFeature 的名称。
 
- 继承自 cv::detail::tracking::TrackerFeature 的公共成员函数
virtual ~TrackerFeature ()
 
void compute (const std::vector< Mat > &images, Mat &response)
 计算图像集合中的特征。
 

保护成员函数

bool computeImpl (const std::vector< Mat > &images, Mat &response) CV_OVERRIDE
 
- 继承自 cv::detail::tracking::TrackerFeature 的保护成员函数

附加的继承成员

- 继承自 cv::detail::tracking::TrackerContribFeature 的静态公共成员函数
static Ptr< TrackerContribFeaturecreate (const String &trackerFeatureType)
 通过追踪器特征类型创建 TrackerContribFeature
 
- 继承自 cv::detail::tracking::TrackerContribFeature 的保护属性
String className
 

详细描述

构造函数 & 析构函数文档

◆ TrackerFeatureFeature2d()

cv::detail::tracking::TrackerFeatureFeature2d::TrackerFeatureFeature2d ( String detectorType,
String descriptorType )

构造函数。

参数
detectorTypeFeatureDetector 的字符串
descriptorTypeDescriptorExtractor 的字符串

◆ ~TrackerFeatureFeature2d()

cv::detail::tracking::TrackerFeatureFeature2d::~TrackerFeatureFeature2d ( )

成员函数文档

◆ computeImpl()

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

◆ selection()

void cv::detail::tracking::TrackerFeatureFeature2d::selection ( Mat & response,
int npoints )
virtual

识别最有效的特征。

参数
response特定 TrackerContribFeature 的响应集合
npoints最大特征数
注意
此方法修改 response 参数

实现自 cv::detail::tracking::TrackerContribFeature


此类文档由以下文件生成