| Package | Description |
|---|---|
| org.openimaj.video.processing.tracking | |
| org.openimaj.video.tracking.klt |
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
BasicObjectTracker.getFeatureList()
Returns the list of features that the tracker has been tracking.
|
FeatureList |
BasicMBFImageObjectTracker.getFeatureList()
Returns the list of features that the tracker has been tracking.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureList |
FeatureList.clone() |
FeatureList |
KLTTracker.getFeatureList() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureHistory.record(FeatureList fl,
int frame)
Record a list of features at a given time
|
void |
KLTTracker.setFeatureList(FeatureList featurelist)
Set the tracking context
|
void |
FeatureTable.storeFeatureList(FeatureList fl,
int frame)
Store a list of features for the given frame number
|
| Constructor and Description |
|---|
KLTTracker(TrackingContext tc,
FeatureList featurelist)
Construct with the given context and feature list
|