![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
LBPに基づく TrackerContribFeature。 続きを読む...
#include <opencv2/tracking/tracking_internals.hpp>
公開メンバ関数 | |
| TrackerFeatureLBP () | |
| ~TrackerFeatureLBP () | |
| void | selection (Mat &response, int npoints) CV_OVERRIDE |
| 最も効果的な特徴を特定する。 | |
Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature | |
| virtual | ~TrackerContribFeature () |
| String | getClassName () const |
| 特定の TrackerContribFeature の名前を取得する。 | |
Public Member Functions inherited from 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 |
Protected Member Functions inherited from cv::detail::tracking::TrackerFeature | |
Additional Inherited Members | |
Static Public Member Functions inherited from cv::detail::tracking::TrackerContribFeature | |
| static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) |
| トラッカー特徴のタイプによって TrackerContribFeature を生成する。 | |
Protected Attributes inherited from cv::detail::tracking::TrackerContribFeature | |
| String | className |
LBPに基づく TrackerContribFeature。
| cv::detail::tracking::TrackerFeatureLBP::TrackerFeatureLBP | ( | ) |
| cv::detail::tracking::TrackerFeatureLBP::~TrackerFeatureLBP | ( | ) |
|
virtual |
最も効果的な特徴を特定する。
| response | 特定の TrackerContribFeature に対するレスポンスの集合 |
| npoints | 特徴の最大数 |