Package | Description |
---|---|
org.openimaj.tools.clusterquantiser |
Modifier and Type | Method and Description |
---|---|
Header |
FileType.readHeader(File file)
Read the header (num features and dimensionality of features) from given
file.
|
static Header |
AsciiInterestPoint.readHeader(File file,
boolean reverse)
Read the header
|
Header |
FileType.readHeader(InputStream stream)
Read the header (num features and dimensionality of features) from given
file.
|
protected static Header |
AsciiInterestPoint.readHeader(Scanner scanner,
boolean reverse) |
Modifier and Type | Method and Description |
---|---|
protected static byte[][] |
AsciiInterestPoint.readData(Scanner scanner,
Header header,
int nLocationFeatures) |
protected static byte[] |
AsciiInterestPoint.readLine(Scanner scanner,
Header header,
int nLocationFeatures) |
protected static void |
AsciiInterestPoint.skipLine(Scanner scanner,
Header header,
int nLocationFeatures) |