Uses of Class
boofcv.alg.tracker.klt.ConfigKlt
Package
Description
-
Uses of ConfigKlt in boofcv.abst.tracker
ModifierConstructorDescriptionPointTrackerKltPyramid
(ConfigKlt config, double toleranceFB, int templateRadius, boolean performPruneClose, PyramidDiscrete<I> pyramid, GeneralFeatureDetector<I, D> detector, ImageGradient<I, D> gradient, InterpolateRectangle<I> interpInput, InterpolateRectangle<D> interpDeriv, Class<D> derivType) Constructor which specified the KLT track manager and how the image pyramids are computed.PointTrackerKltPyramid_MT
(ConfigKlt config, double toleranceFB, int templateRadius, boolean performPruneClose, PyramidDiscrete<I> pyramid, GeneralFeatureDetector<I, D> detector, ImageGradient<I, D> gradient, InterpolateRectangle<I> interpInput, InterpolateRectangle<D> interpDeriv, Class<D> derivType) -
Uses of ConfigKlt in boofcv.alg.tracker.hybrid
Modifier and TypeFieldDescriptionPyramidKltForHybrid.config
configuration for low level KLT tracker -
Uses of ConfigKlt in boofcv.alg.tracker.klt
Modifier and TypeFieldDescriptionConfigPKlt.config
configuration for low level KLT trackerprotected ConfigKlt
KltTracker.config
ModifierConstructorDescriptionKltTracker
(InterpolateRectangle<I> interpInput, InterpolateRectangle<D> interpDeriv, ConfigKlt config) -
Uses of ConfigKlt in boofcv.alg.tracker.sfot
Modifier and TypeFieldDescriptionfinal ConfigKlt
ConfigSfot.trackerConfig
Basic parameters for tracker. -
Uses of ConfigKlt in boofcv.alg.tracker.tld
-
Uses of ConfigKlt in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
KltTracker<I,D> Creates aKltTracker
.static <I extends ImageGray<I>,
D extends ImageGray<D>>
PyramidKltTracker<I,D> FactoryTrackerAlg.kltPyramid
(@Nullable ConfigKlt config, Class<I> imageType, Class<D> derivType) Creates aPyramidKltTracker
.