Uses of Class
boofcv.alg.tracker.klt.KltTracker
-
Uses of KltTracker in boofcv.alg.tracker.klt
Modifier and TypeFieldDescriptionprotected KltTracker<InputImage,
DerivativeImage> PyramidKltTracker.tracker
Modifier and TypeMethodDescriptionKltTracker<I,
D> KltTracker.copy()
Creates a copy which can be run in parallel. -
Uses of KltTracker in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
KltTracker<I,D> Creates aKltTracker
.