| Package | Description |
|---|---|
| boofcv.alg.tracker.combined | |
| boofcv.alg.tracker.klt |
| Modifier and Type | Field and Description |
|---|---|
PyramidKltFeature |
CombinedTrack.track |
| Modifier and Type | Method and Description |
|---|---|
PyramidKltFeature |
PyramidKltForCombined.createNewTrack() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PyramidKltForCombined.performTracking(PyramidKltFeature feature)
Updates the track using the latest inputs.
|
void |
PyramidKltForCombined.setDescription(float x,
float y,
PyramidKltFeature ret) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PyramidKltTracker.setDescription(PyramidKltFeature feature)
Sets the feature's description up.
|
KltTrackFault |
PyramidKltTracker.track(PyramidKltFeature feature)
Finds the feature's new location in the image.
|
Copyright © 2013. All Rights Reserved.