opencv2/video/detail/tracking.detail.hpp#
#include <opencv2/core.hpp>
Include dependency graph for tracking.detail.hpp:
This graph shows which files directly or indirectly include tracking.detail.hpp:
Classes#
struct cv::detail::tracking::TrackerSamplerCSC::Params
class cv::detail::tracking::TrackerFeature
Abstract base class for TrackerFeature that represents the feature. More…
class cv::detail::tracking::TrackerFeatureSet
Class that manages the extraction and selection of features. More…
class cv::detail::tracking::TrackerModel
Abstract class that represents the model of the target. More…
class 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. More…
class cv::detail::tracking::TrackerSamplerAlgorithm
Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler. More…
class cv::detail::tracking::TrackerSamplerCSC
TrackerSampler based on CSC (current state centered), used by [17] algorithm TrackerMIL. More…
class cv::detail::tracking::TrackerStateEstimator
Abstract base class for TrackerStateEstimator that estimates the most likely target state. More…
class cv::detail::tracking::TrackerTargetState
Abstract base class for TrackerTargetState that represents a possible state of the target. More…
Namespaces#
namespace cv
namespace cv::detail
namespace cv::detail::tracking