Package | Description |
---|---|
org.openimaj.tools.clusterquantiser |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureFile
A feature file held in memory
|
class |
StreamedFeatureFile
A
FeatureFile backed by a stream or file. |
Modifier and Type | Method and Description |
---|---|
abstract FeatureFile |
FileType.read(File file)
Read a file
|
static FeatureFile |
AsciiInterestPoint.read(File file,
boolean reverse,
int nLocationFeatures)
Read the file
|
abstract FeatureFile |
FileType.read(InputStream source)
Read a file
|
static FeatureFile |
AsciiInterestPoint.read(InputStream source,
boolean reverse,
int nLocationFeatures)
Read the file
|