Classes | |
| class | TrackerFeature |
| Abstract base class for TrackerFeature that represents the feature. More... | |
| class | TrackerFeatureSet |
| Class that manages the extraction and selection of features. More... | |
| class | TrackerModel |
| Abstract class that represents the model of the target. More... | |
| class | 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 | TrackerSamplerAlgorithm |
| Abstract base class for TrackerSamplerAlgorithm that represents the algorithm for the specific sampler. More... | |
| class | TrackerSamplerCSC |
| TrackerSampler based on CSC (current state centered), used by MIL algorithm TrackerMIL. More... | |
| class | TrackerStateEstimator |
| Abstract base class for TrackerStateEstimator that estimates the most likely target state. More... | |
| class | TrackerTargetState |
| Abstract base class for TrackerTargetState that represents a possible state of the target. More... | |
Typedefs | |
| typedef std::vector< std::pair< Ptr< TrackerTargetState >, float > > | ConfidenceMap |
Represents the model of the target at frame ![]() | |
| typedef std::vector< Ptr< TrackerTargetState > > | Trajectory |
| Represents the estimate states for all frames. | |