OpenCV453
|
Abstract base class for TrackerFeature that represents the feature. [詳解]
#include <tracking.detail.hpp>
cv::detail::tracking::TrackerContribFeatureに継承されています。
公開メンバ関数 | |
void | compute (const std::vector< Mat > &images, Mat &response) |
Compute the features in the images collection [詳解] | |
限定公開メンバ関数 | |
virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
Abstract base class for TrackerFeature that represents the feature.
void cv::detail::tracking::TrackerFeature::compute | ( | const std::vector< Mat > & | images, |
Mat & | response | ||
) |
Compute the features in the images collection
images | The images |
response | The output response |