Uses of Class
boofcv.alg.tracker.sfot.SparseFlowObjectTracker
-
Uses of SparseFlowObjectTracker in boofcv.abst.tracker
ModifierConstructorDescriptionSfot_to_TrackObjectQuad
(SparseFlowObjectTracker<T, D> alg, Class<T> imageType) -
Uses of SparseFlowObjectTracker in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
SparseFlowObjectTracker<T,D> FactoryTrackerObjectAlgs.createSparseFlow
(ConfigSfot config, Class<T> imageType, Class<D> derivType, ImageGradient<T, D> gradient)