Loading...
Searching...
No Matches
cv::detail::tracking::TrackerSamplerAlgorithm Class Referenceabstract
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler. More...
#include <opencv2/video/detail/tracking.detail.hpp>
Inheritance diagram for cv::detail::tracking::TrackerSamplerAlgorithm:
Public Member Functions | |
virtual | ~TrackerSamplerAlgorithm () |
virtual bool | sampling (const Mat &image, const Rect &boundingBox, std::vector< Mat > &sample)=0 |
Computes the regions starting from a position in an image. | |
Detailed Description
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler.
Constructor & Destructor Documentation
◆ ~TrackerSamplerAlgorithm()
|
virtual |
Member Function Documentation
◆ sampling()
|
pure virtual |
Computes the regions starting from a position in an image.
Return true if samples are computed, false otherwise
- Parameters
-
image The current frame boundingBox The bounding box from which regions can be calculated sample The computed samples [AAM] Fig. 1 variable Sk
Implemented in cv::detail::tracking::TrackerSamplerCSC, and cv::detail::tracking::TrackerContribSamplerAlgorithm.
The documentation for this class was generated from the following file:
- opencv2/video/detail/tracking.detail.hpp