Package | Description |
---|---|
org.openimaj.tools.clusterquantiser |
Modifier and Type | Method and Description |
---|---|
abstract FeatureFileFeature |
FeatureFile.get(int index)
The ith local feature
|
FeatureFileFeature |
MemoryFeatureFile.get(int index) |
FeatureFileFeature |
StreamedFeatureFile.get(int index) |
FeatureFileFeature |
KeypointListArrayIterator.next() |
FeatureFileFeature |
AffineSimulationKeypointListArrayIterator.next() |
Modifier and Type | Method and Description |
---|---|
abstract Iterator<FeatureFileFeature> |
FeatureFile.iterator() |
Iterator<FeatureFileFeature> |
MemoryFeatureFile.iterator() |
Iterator<FeatureFileFeature> |
StreamedFeatureFile.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
StreamedFeatureFile.setIteratorType(Class<? extends Iterator<FeatureFileFeature>> cls)
Set the iterator type
|