![]() |
OpenCV 4.12.0
开源计算机视觉
|
表示特征的 TrackerContribFeature 的抽象基类。 更多...
#include <opencv2/tracking/tracking_internals.hpp>
公共成员函数 | |
| virtual | ~TrackerContribFeature () |
| String | getClassName () const |
| 获取特定 TrackerContribFeature 的名称。 | |
| virtual void | selection (Mat &response, int npoints)=0 |
| 识别最有效的特征。 | |
从 cv::detail::tracking::TrackerFeature 继承的公共成员函数 | |
| virtual | ~TrackerFeature () |
| void | compute (const std::vector< Mat > &images, Mat &response) |
| 计算图像集合中的特征。 | |
静态公共成员函数 | |
| static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) |
| 通过跟踪器特征类型创建 TrackerContribFeature。 | |
保护属性 | |
| String | className |
附加的继承成员 | |
从 cv::detail::tracking::TrackerFeature 继承的保护成员函数 | |
| virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
表示特征的 TrackerContribFeature 的抽象基类。
|
virtual |
|
static |
通过跟踪器特征类型创建 TrackerContribFeature。
| trackerFeatureType | TrackerContribFeature 名称 |
当前可用的模式
即将可用的模式
| String cv::detail::tracking::TrackerContribFeature::getClassName | ( | ) | const |
获取特定 TrackerContribFeature 的名称。
|
纯虚函数 |
识别最有效的特征。
| response | 特定 TrackerContribFeature 的响应集合 |
| npoints | 最大特征数 |
在 cv::detail::tracking::TrackerContribFeatureHAAR、cv::detail::tracking::TrackerFeatureFeature2d、cv::detail::tracking::TrackerFeatureHOG 和 cv::detail::tracking::TrackerFeatureLBP 中实现。
|
保护 |