OpenCV453
公開メンバ関数 | 限定公開メンバ関数 | 全メンバ一覧
cv::detail::tracking::TrackerFeature クラスabstract

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.

関数詳解

◆ compute()

void cv::detail::tracking::TrackerFeature::compute ( const std::vector< Mat > &  images,
Mat response 
)

Compute the features in the images collection

引数
imagesThe images
responseThe output response

このクラス詳解は次のファイルから抽出されました: