Package | Description |
---|---|
org.openimaj.image.indexing.vlad |
Modifier and Type | Method and Description |
---|---|
VLADIndexerData |
VLADIndexerDataBuilder.buildIndexerData()
Build the
VLADIndexerData using the information provided at
construction time. |
static VLADIndexerData |
VLADIndexerData.read(File file)
Read a
VLADIndexerData object to the given file created with the
write(File) method. |
static VLADIndexerData |
VLADIndexerData.read(InputStream is)
Read a
VLADIndexerData object to the given stream created with
the write(OutputStream) method. |
Constructor and Description |
---|
VLADIndexer(VLADIndexerData indexerData,
IncrementalMetaIndex<DATA,METADATA> metaStore) |