public class FeatureTable extends Object
| Modifier and Type | Field and Description |
|---|---|
SortedMap<Integer,List<Feature>> |
features
The table of features
|
int |
nFeatures
The number of features
|
| Constructor and Description |
|---|
FeatureTable(int nFeatures)
KLTCreateFeatureTable
|
| Modifier and Type | Method and Description |
|---|---|
void |
storeFeatureList(FeatureList fl,
int frame)
Store a list of features for the given frame number
|
String |
toString() |
String |
toString(String fmt,
boolean comments)
Convert to a string representation.
|
void |
writeFeatureTable(File fname,
String fmt)
Write feature table to a file.
|
public int nFeatures
public FeatureTable(int nFeatures)
nFeatures - public void storeFeatureList(FeatureList fl, int frame)
fl - frame - public String toString(String fmt, boolean comments)
fmt - comments - public void writeFeatureTable(File fname, String fmt) throws IOException
fname - fmt - IOException