Package boofcv.alg.tracker.tld
package boofcv.alg.tracker.tld
-
ClassDescriptionConfiguration file for TLD tracker.Adjusts the previous region using information from the region tracker.TldDetection<T extends ImageGray<T>>Runs a detection cascade for each region.TldFernClassifier<T extends ImageGray<T>>Manages ferns, creates their descriptions, compute their values, and handles their probabilities.Fern descriptor used in
TldTracker
.Contains information on a fern feature value pair.Lookup table for ferns.Helper functions forTldTracker
TldLearning<T extends ImageGray<T>>Uses information from the user and from the tracker to update the positive and negative target model for both ferns and templates.Performs non-maximum suppression on high confidence detected regions.Contains connection information for a specific rectangular regionA high confidence region detected inside the image whereStorage for fern classification results for a particular rectangle in the image.Tracks features inside target's rectangle using pyramidal KLT and updates the rectangle using found motion.TldTemplateMatching<T extends ImageGray<T>>CreatedNCC
templates to describe the target region.Main class for Tracking-Learning-Detection (TLD) [1] (a.k.a Predator) object tracker for video sequences.TldVarianceFilter<T extends ImageGray<T>>Compute the variance for a rectangular region using the integral image.