Loading...
Searching...
No Matches
cv::detail::tracking::TrackerFeature Class Referenceabstract
Abstract base class for TrackerFeature that represents the feature. More...
#include <opencv2/video/detail/tracking.detail.hpp>
Inheritance diagram for cv::detail::tracking::TrackerFeature:
Public Member Functions | |
virtual | ~TrackerFeature () |
void | compute (const std::vector< Mat > &images, Mat &response) |
Compute the features in the images collection. | |
Protected Member Functions | |
virtual bool | computeImpl (const std::vector< Mat > &images, Mat &response)=0 |
Detailed Description
Abstract base class for TrackerFeature that represents the feature.
Constructor & Destructor Documentation
◆ ~TrackerFeature()
|
virtual |
Member Function Documentation
◆ compute()
void cv::detail::tracking::TrackerFeature::compute | ( | const std::vector< Mat > & | images, |
Mat & | response | ||
) |
Compute the features in the images collection.
- Parameters
-
images The images response The output response
◆ computeImpl()
The documentation for this class was generated from the following file:
- opencv2/video/detail/tracking.detail.hpp