|
OpenCV453
|
TrackerContribFeature based on Feature2D [詳解]
#include <tracking_internals.hpp>
cv::detail::tracking::TrackerContribFeatureを継承しています。
公開メンバ関数 | |
| TrackerFeatureFeature2d (String detectorType, String descriptorType) | |
| Constructor [詳解] | |
| void | selection (Mat &response, int npoints) CV_OVERRIDE |
| Identify most effective features [詳解] | |
基底クラス cv::detail::tracking::TrackerContribFeature に属する継承公開メンバ関数 | |
| String | getClassName () const |
| Get the name of the specific TrackerContribFeature | |
基底クラス cv::detail::tracking::TrackerFeature に属する継承公開メンバ関数 | |
| void | compute (const std::vector< Mat > &images, Mat &response) |
| Compute the features in the images collection [詳解] | |
限定公開メンバ関数 | |
| bool | computeImpl (const std::vector< Mat > &images, Mat &response) CV_OVERRIDE |
その他の継承メンバ | |
基底クラス cv::detail::tracking::TrackerContribFeature に属する継承静的公開メンバ関数 | |
| static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) |
| Create TrackerContribFeature by tracker feature type [詳解] | |
基底クラス cv::detail::tracking::TrackerContribFeature に属する継承限定公開変数類 | |
| String | className |
TrackerContribFeature based on Feature2D
| cv::detail::tracking::TrackerFeatureFeature2d::TrackerFeatureFeature2d | ( | String | detectorType, |
| String | descriptorType | ||
| ) |
Constructor
| detectorType | string of FeatureDetector |
| descriptorType | string of DescriptorExtractor |
|
protectedvirtual |
cv::detail::tracking::TrackerFeatureを実装しています。
|
virtual |
Identify most effective features
| response | Collection of response for the specific TrackerContribFeature |
| npoints | Max number of features |