| Class | Description |
|---|---|
| TldAdjustRegion |
Adjusts the previous region using information from the region tracker.
|
| TldDetection<T extends boofcv.struct.image.ImageGray<T>> |
Runs a detection cascade for each region.
|
| TldFernClassifier<T extends boofcv.struct.image.ImageGray<T>> |
Manages ferns, creates their descriptions, compute their values, and handles their probabilities.
|
| TldFernDescription |
Fern descriptor used in
TldTracker. |
| TldFernDescription.SamplePair | |
| TldFernFeature |
Contains information on a fern feature value pair.
|
| TldFernManager |
Lookup table for ferns.
|
| TldHelperFunctions | |
| TldLearning<T extends boofcv.struct.image.ImageGray<T>> |
Uses information from the user and from the tracker to update the positive and negative target model for both
ferns and templates.
|
| TldNonMaximalSuppression |
Performs non-maximum suppression on high confidence detected regions.
|
| TldNonMaximalSuppression.Connections |
Contains connection information for a specific rectangular region
|
| TldParameters |
Configuration file for TLD tracker.
|
| TldRegion |
A high confidence region detected inside the image where
|
| TldRegionFernInfo |
Storage for fern classification results for a particular rectangle in the image.
|
| TldRegionTracker<I extends boofcv.struct.image.ImageGray<I>,D extends boofcv.struct.image.ImageGray<D>> |
Tracks features inside target's rectangle using pyramidal KLT and updates the rectangle using found motion.
|
| TldRegionTracker.Track | |
| TldTemplateMatching<T extends boofcv.struct.image.ImageGray<T>> |
Created
NCC templates to describe the target region. |
| TldTracker<T extends boofcv.struct.image.ImageGray<T>,D extends boofcv.struct.image.ImageGray<D>> |
Main class for Tracking-Learning-Detection (TLD) [1] (a.k.a Predator) object tracker for video sequences.
|
| TldVarianceFilter<T extends boofcv.struct.image.ImageGray<T>> |
Compute the variance for a rectangular region using the integral image.
|