Uses of Class
boofcv.alg.tracker.tld.TldTracker
-
Uses of TldTracker in boofcv.abst.tracker
ModifierConstructorDescriptionTld_to_TrackerObjectQuad
(TldTracker<T, D> tracker, Class<T> imageType) -
Uses of TldTracker in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
TldTracker<T,D> FactoryTrackerObjectAlgs.createTLD
(ConfigTld config, InterpolatePixelS<T> interpolate, ImageGradient<T, D> gradient, Class<T> imageType, Class<D> derivType) -
Uses of TldTracker in boofcv.gui.tracker
Modifier and TypeMethodDescriptionvoid
TldVisualizationPanel.update
(TldTracker tracker, boolean hasSelected)