OpenCV453
|
Abstract base class for TrackerContribFeature that represents the feature. [詳解]
#include <tracking_internals.hpp>
cv::detail::tracking::TrackerFeatureを継承しています。
cv::detail::tracking::TrackerContribFeatureHAAR, cv::detail::tracking::TrackerFeatureFeature2d, cv::detail::tracking::TrackerFeatureHOG, cv::detail::tracking::TrackerFeatureLBPに継承されています。
公開メンバ関数 | |
virtual void | selection (Mat &response, int npoints)=0 |
Identify most effective features [詳解] | |
String | getClassName () const |
Get the name of the specific TrackerContribFeature | |
![]() | |
void | compute (const std::vector< Mat > &images, Mat &response) |
Compute the features in the images collection [詳解] | |
静的公開メンバ関数 | |
static Ptr< TrackerContribFeature > | create (const String &trackerFeatureType) |
Create TrackerContribFeature by tracker feature type [詳解] | |
限定公開変数類 | |
String | className |
その他の継承メンバ | |
![]() | |
virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
Abstract base class for TrackerContribFeature that represents the feature.
|
static |
Create TrackerContribFeature by tracker feature type
trackerFeatureType | The TrackerContribFeature name |
The modes available now:
The modes that will be available soon:
|
pure virtual |
Identify most effective features
response | Collection of response for the specific TrackerContribFeature |
npoints | Max number of features |
cv::detail::tracking::TrackerFeatureFeature2d, cv::detail::tracking::TrackerFeatureHOG, cv::detail::tracking::TrackerContribFeatureHAAR, cv::detail::tracking::TrackerFeatureLBPで実装されています。