public class FeatureHistory extends Object
Modifier and Type | Field and Description |
---|---|
List<Feature>[] |
currentState
The feature history.
|
Constructor and Description |
---|
FeatureHistory(int nFeatures)
Default constructor with given number of features
|
Modifier and Type | Method and Description |
---|---|
void |
record(FeatureList fl,
int frame)
Record a list of features at a given time
|
String |
toString() |
public List<Feature>[] currentState
public FeatureHistory(int nFeatures)
nFeatures
-