OpenCV 4.10.0
开源计算机视觉
|
基于 LBP 的 TrackerContribFeature。 更多...
#include <opencv2/tracking/tracking_internals.hpp>
公共成员函数 | |
TrackerFeatureLBP () | |
~TrackerFeatureLBP () | |
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< TrackerContribFeature > | create (const String &trackerFeatureType) |
通过跟踪特征类型创建 TrackerContribFeature。 | |
从 cv::detail::tracking::TrackerContribFeature 继承的受保护属性 | |
String | className |
基于 LBP 的 TrackerContribFeature。
cv::detail::tracking::TrackerFeatureLBP::TrackerFeatureLBP | ( | ) |
cv::detail::tracking::TrackerFeatureLBP::~TrackerFeatureLBP | ( | ) |
|
virtual |