Package boofcv.alg.tracker.tld
-
Class Summary Class Description ConfigTld Configuration file for TLD tracker.TldAdjustRegion 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.TldFernDescription Fern descriptor used inTldTracker
.TldFernDescription.SamplePair TldFernFeature Contains information on a fern feature value pair.TldFernManager Lookup table for ferns.TldHelperFunctions 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.TldNonMaximalSuppression Performs non-maximum suppression on high confidence detected regions.TldNonMaximalSuppression.Connections Contains connection information for a specific rectangular regionTldRegion A high confidence region detected inside the image whereTldRegionFernInfo Storage for fern classification results for a particular rectangle in the image.TldRegionTracker<I extends ImageGray<I>,D extends ImageGray<D>> Tracks features inside target's rectangle using pyramidal KLT and updates the rectangle using found motion.TldRegionTracker.Track TldTemplateMatching<T extends ImageGray<T>> CreatedNCC
templates to describe the target region.TldTracker<T extends ImageGray<T>,D extends ImageGray<D>> 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.