|
struct | cv::detail::tracking::TrackerContribFeatureHAAR::Params |
|
struct | cv::detail::tracking::TrackerSamplerPF::Params |
| This structure contains all the parameters that can be varied during the course of sampling algorithm. Below is the structure exposed, together with its members briefly explained with reference to the above discussion on algorithm's working. More...
|
|
struct | cv::detail::tracking::TrackerSamplerCS::Params |
|
struct | cv::detail::tracking::TrackerContribSamplerCSC::Params |
|
class | cv::detail::tracking::TrackerStateEstimatorAdaBoosting::TrackerAdaBoostingTargetState |
| Implementation of the target state for TrackerAdaBoostingTargetState. More...
|
|
class | cv::detail::tracking::TrackerContribFeature |
| Abstract base class for TrackerContribFeature that represents the feature. More...
|
|
class | cv::detail::tracking::TrackerContribFeatureHAAR |
| TrackerContribFeature based on HAAR features, used by TrackerMIL and many others algorithms. More...
|
|
class | cv::detail::tracking::TrackerContribFeatureSet |
| Class that manages the extraction and selection of features. More...
|
|
class | cv::detail::tracking::TrackerContribSampler |
| 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. More...
|
|
class | cv::detail::tracking::TrackerContribSamplerAlgorithm |
| Abstract base class for TrackerContribSamplerAlgorithm that represents the algorithm for the specific sampler. More...
|
|
class | cv::detail::tracking::TrackerContribSamplerCSC |
| TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL. More...
|
|
class | cv::detail::tracking::TrackerFeatureFeature2d |
| TrackerContribFeature based on Feature2D. More...
|
|
class | cv::detail::tracking::TrackerFeatureHOG |
| TrackerContribFeature based on HOG. More...
|
|
class | cv::detail::tracking::TrackerFeatureLBP |
| TrackerContribFeature based on LBP. More...
|
|
class | cv::detail::tracking::TrackerSamplerCS |
| TrackerContribSampler based on CS (current state), used by algorithm TrackerBoosting. More...
|
|
class | cv::detail::tracking::TrackerSamplerPF |
| This sampler is based on particle filtering. More...
|
|
class | cv::detail::tracking::TrackerStateEstimatorAdaBoosting |
| TrackerStateEstimatorAdaBoosting based on ADA-Boosting. More...
|
|
class | cv::detail::tracking::TrackerStateEstimatorSVM |
| TrackerStateEstimator based on SVM. More...
|
|