Abstract base class for TrackerFeature that represents the feature.
More...
#include <opencv2/video/detail/tracking.detail.hpp>
Abstract base class for TrackerFeature that represents the feature.
◆ ~TrackerFeature()
virtual cv::detail::tracking::TrackerFeature::~TrackerFeature |
( |
| ) |
|
|
virtual |
◆ 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()
virtual bool cv::detail::tracking::TrackerFeature::computeImpl |
( |
const std::vector< Mat > & |
images, |
|
|
Mat & |
response |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following file: