OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
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:
Collaboration 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 cv::detail::tracking::TrackerFeature::~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
imagesThe images
responseThe 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: