OpenCV  4.10.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::TrackerContribFeature 继承的静态公共成员函数
static Ptr< TrackerContribFeaturecreate (const String &trackerFeatureType)
 通过跟踪器特征类型创建 TrackerContribFeature
 
- 从 cv::detail::tracking::TrackerContribFeature 继承的受保护属性
String className
 

详细描述

基于 Feature2DTrackerContribFeature

构造函数和析构函数文档

◆ 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


此类的文档是从以下文件生成的