Uses of Class
boofcv.alg.tracker.klt.PyramidKltFeature
Packages that use PyramidKltFeature
-
Uses of PyramidKltFeature in boofcv.abst.tracker
Fields in boofcv.abst.tracker with type parameters of type PyramidKltFeatureModifier and TypeFieldDescriptionprotected List<PyramidKltFeature>
PointTrackerKltPyramid.active
protected List<PyramidKltFeature>
PointTrackerKltPyramid.dropped
protected List<PyramidKltFeature>
PointTrackerKltPyramid.spawned
protected List<PyramidKltFeature>
PointTrackerKltPyramid.unused
Methods in boofcv.abst.tracker that return PyramidKltFeatureModifier and TypeMethodDescriptionprotected PyramidKltFeature
PointTrackerKltPyramid.getUnusedTrack()
Checks to see if there's an unused track that can be recycled.Method parameters in boofcv.abst.tracker with type arguments of type PyramidKltFeatureModifier and TypeMethodDescriptionprotected void
PointTrackerKltPyramid.addToList
(List<PyramidKltFeature> in, List<PointTrack> out) -
Uses of PyramidKltFeature in boofcv.alg.tracker.hybrid
Fields in boofcv.alg.tracker.hybrid declared as PyramidKltFeatureMethods in boofcv.alg.tracker.hybrid that return PyramidKltFeatureMethods in boofcv.alg.tracker.hybrid with parameters of type PyramidKltFeatureModifier and TypeMethodDescriptionboolean
PyramidKltForHybrid.performTracking
(PyramidKltFeature feature) Updates the track using the latest inputs.void
PyramidKltForHybrid.setDescription
(float x, float y, PyramidKltFeature ret) -
Uses of PyramidKltFeature in boofcv.alg.tracker.klt
Methods in boofcv.alg.tracker.klt with parameters of type PyramidKltFeatureModifier and TypeMethodDescriptionboolean
PyramidKltTracker.setDescription
(PyramidKltFeature feature) Sets the feature's description up.PyramidKltTracker.track
(PyramidKltFeature feature) Finds the feature's new location in the image.