Package | Description |
---|---|
org.openimaj.video.tracking.klt |
Modifier and Type | Method and Description |
---|---|
PyramidSet |
TrackingContext.getPreviousPyramid() |
PyramidSet |
TrackingContext.previousPyramidSet() |
Modifier and Type | Method and Description |
---|---|
void |
TrackingContext.setPreviousPyramid(PyramidSet pyr) |
void |
KLTTracker.trackFeatures(FImage img1,
FImage img2,
PyramidSet pyr1,
PyramidSet pyr2)
KLTTrackFeatures
Tracks feature points from one image to the next.
|