Class cv::detail::tracking::TrackerSamplerAlgorithm#
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler.
#include <opencv2/video/detail/tracking.detail.hpp>Collaboration diagram for cv::detail::tracking::TrackerSamplerAlgorithm:
Detailed Description#
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler.
Constructor & Destructor Documentation#
~TrackerSamplerAlgorithm()#
cv::detail::tracking::TrackerSamplerAlgorithm::~TrackerSamplerAlgorithm()
Member Function Documentation#
sampling()#
bool cv::detail::tracking::TrackerSamplerAlgorithm::sampling(
const Mat & image,
const Rect & boundingBox,
std::vector< Mat > & sample )
Computes the regions starting from a position in an image.
Return true if samples are computed, false otherwise
Parameters
image— The current frameboundingBox— The bounding box from which regions can be calculatedsample— The computed samples [259] Fig. 1 variable Sk
Source file#
The documentation for this class was generated from the following file:
opencv2/video/detail/tracking.detail.hpp