![]() |
OpenCV 4.12.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 | 输出响应 |