Class cv::detail::tracking::TrackerFeature#
Abstract base class for TrackerFeature that represents the feature.
#include <opencv2/video/detail/tracking.detail.hpp>Collaboration diagram for cv::detail::tracking::TrackerFeature:
Detailed Description#
Abstract base class for TrackerFeature that represents the feature.
Constructor & Destructor Documentation#
~TrackerFeature()#
cv::detail::tracking::TrackerFeature::~TrackerFeature()
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 imagesresponse— The output response
computeImpl()#
bool cv::detail::tracking::TrackerFeature::computeImpl(
const std::vector< Mat > & images,
Mat & response )
Source file#
The documentation for this class was generated from the following file:
opencv2/video/detail/tracking.detail.hpp