OpenCV453
公開メンバ関数 | 全メンバ一覧
cv::detail::tracking::TrackerSampler クラス

Class that manages the sampler in order to select regions for the update the model of the tracker [AAM] Sampling e Labeling. See table I and section III B [詳解]

#include <tracking.detail.hpp>

公開メンバ関数

void sampling (const Mat &image, Rect boundingBox)
 Computes the regions starting from a position in an image [詳解]
 
const std::vector< Ptr< TrackerSamplerAlgorithm > > & getSamplers () const
 Return the collection of the TrackerSamplerAlgorithm
 
const std::vector< Mat > & getSamples () const
 Return the samples from all TrackerSamplerAlgorithm, [AAM] Fig. 1 variable Sk
 
bool addTrackerSamplerAlgorithm (const Ptr< TrackerSamplerAlgorithm > &sampler)
 Add TrackerSamplerAlgorithm in the collection. Return true if sampler is added, false otherwise [詳解]
 

詳解

Class that manages the sampler in order to select regions for the update the model of the tracker [AAM] Sampling e Labeling. See table I and section III B

Class that manages the sampler in order to select regions for the update the model of the tracker

[AAM] Sampling e Labeling. See table I and section III B

TrackerSampler is an aggregation of TrackerSamplerAlgorithm

参照
TrackerSamplerAlgorithm

関数詳解

◆ addTrackerSamplerAlgorithm()

bool cv::detail::tracking::TrackerSampler::addTrackerSamplerAlgorithm ( const Ptr< TrackerSamplerAlgorithm > &  sampler)

Add TrackerSamplerAlgorithm in the collection. Return true if sampler is added, false otherwise

引数
samplerThe TrackerSamplerAlgorithm

◆ sampling()

void cv::detail::tracking::TrackerSampler::sampling ( const Mat image,
Rect  boundingBox 
)

Computes the regions starting from a position in an image

引数
imageThe current frame
boundingBoxThe bounding box from which regions can be calculated

このクラス詳解は次のファイルから抽出されました: