OpenCV 4.10.0
开源计算机视觉
|
表示特征的 TrackerFeature 的抽象基类。 更多...
#include <opencv2/video/detail/tracking.detail.hpp>
公共成员函数 | |
virtual | ~TrackerFeature () |
void | compute (const std::vector< Mat > &images, Mat &response) |
计算图像集合中的特征。 | |
保护成员函数 | |
virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
表示特征的 TrackerFeature 的抽象基类。
|
virtual |
void cv::detail::tracking::TrackerFeature::compute | ( | const std::vector< Mat > & | images, |
Mat & | response | ||
) |
计算图像集合中的特征。
images | 图像 |
response | 输出响应 |