Uses of Class
boofcv.alg.tracker.klt.PyramidKltFeature
-
Uses of PyramidKltFeature in boofcv.abst.tracker
Modifier and TypeFieldDescriptionprotected List<PyramidKltFeature>
PointTrackerKltPyramid.active
protected List<PyramidKltFeature>
PointTrackerKltPyramid.dropped
protected List<PyramidKltFeature>
PointTrackerKltPyramid.spawned
protected List<PyramidKltFeature>
PointTrackerKltPyramid.unused
Modifier and TypeMethodDescriptionprotected PyramidKltFeature
PointTrackerKltPyramid.getUnusedTrack()
Checks to see if there's an unused track that can be recycled.Modifier and TypeMethodDescriptionprotected void
PointTrackerKltPyramid.addToList
(List<PyramidKltFeature> in, List<PointTrack> out) -
Uses of PyramidKltFeature in boofcv.alg.tracker.hybrid
Modifier 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
Modifier 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.