![]() |
OpenCV 5.0.0
Open Source Computer Vision
|
Feature2D に基づく TrackerContribFeature。 続き...
#include <opencv2/tracking/tracking_internals.hpp>
公開メンバ関数 | |
| TrackerFeatureFeature2d (String detectorType, String descriptorType) | |
| コンストラクタ。 | |
| ~TrackerFeatureFeature2d () CV_OVERRIDE | |
| 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 |
| cv::detail::tracking::TrackerFeatureFeature2d::TrackerFeatureFeature2d | ( | String | detectorType, |
| String | descriptorType ) |
コンストラクタ。
| detectorType | FeatureDetector の文字列 |
| descriptorType | DescriptorExtractor の文字列 |
| cv::detail::tracking::TrackerFeatureFeature2d::~TrackerFeatureFeature2d | ( | ) |
|
virtual |
最も効果的な特徴を特定する。
| response | 特定の TrackerContribFeature に対するレスポンスの集合 |
| npoints | 特徴の最大数 |