Uses of Enum Class
boofcv.alg.tracker.klt.KltTrackFault
-
Uses of KltTrackFault in boofcv.alg.tracker.klt
Modifier and TypeMethodDescriptionKltTracker.track
(KltFeature feature) Updates the feature's location inside the image.PyramidKltTracker.track
(PyramidKltFeature feature) Finds the feature's new location in the image.static KltTrackFault
Returns the enum constant of this class with the specified name.static KltTrackFault[]
KltTrackFault.values()
Returns an array containing the constants of this enum class, in the order they are declared.