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.activeprotected List<PyramidKltFeature>PointTrackerKltPyramid.droppedprotected List<PyramidKltFeature>PointTrackerKltPyramid.spawnedprotected List<PyramidKltFeature>PointTrackerKltPyramid.unusedMethods in boofcv.abst.tracker that return PyramidKltFeatureModifier and TypeMethodDescriptionprotected PyramidKltFeaturePointTrackerKltPyramid.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 voidPointTrackerKltPyramid.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 TypeMethodDescriptionbooleanPyramidKltForHybrid.performTracking(PyramidKltFeature feature) Updates the track using the latest inputs.voidPyramidKltForHybrid.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 TypeMethodDescriptionbooleanPyramidKltTracker.setDescription(PyramidKltFeature feature) Sets the feature's description up.PyramidKltTracker.track(PyramidKltFeature feature) Finds the feature's new location in the image.