Class cv::detail::tracking::TrackerSamplerAlgorithm#

Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler.

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 frame

  • boundingBox — The bounding box from which regions can be calculated

  • sample — The computed samples [259] Fig. 1 variable Sk

Source file#

The documentation for this class was generated from the following file: