Uses of Class
boofcv.alg.tracker.sfot.SparseFlowObjectTracker
Packages that use SparseFlowObjectTracker
-
Uses of SparseFlowObjectTracker in boofcv.abst.tracker
Methods in boofcv.abst.tracker that return SparseFlowObjectTrackerConstructors in boofcv.abst.tracker with parameters of type SparseFlowObjectTrackerModifierConstructorDescriptionSfot_to_TrackObjectQuad
(SparseFlowObjectTracker<T, D> alg, Class<T> imageType) -
Uses of SparseFlowObjectTracker in boofcv.factory.tracker
Methods in boofcv.factory.tracker that return SparseFlowObjectTrackerModifier 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)