| Package | Description |
|---|---|
| boofcv.alg.tracker.klt |
| Modifier and Type | Method and Description |
|---|---|
KltTrackFault |
KltTracker.track(KltFeature feature)
Updates the feature's location inside the image.
|
KltTrackFault |
PyramidKltTracker.track(PyramidKltFeature feature)
Finds the feature's new location in the image.
|
static KltTrackFault |
KltTrackFault.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KltTrackFault[] |
KltTrackFault.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All Rights Reserved.