Package | Description |
---|---|
org.openimaj.image.indexing.vlad |
Modifier and Type | Method and Description |
---|---|
IncrementalFloatADCNearestNeighbours |
VLADIndexerData.createIncrementalIndex()
Create an
IncrementalFloatADCNearestNeighbours pre-prepared to
index data |
Modifier and Type | Method and Description |
---|---|
int |
VLADIndexerData.index(List<? extends LocalFeature<?,?>> features,
IncrementalFloatADCNearestNeighbours nn)
Index the given features into the given nearest neighbours object by
converting them to the PCA-VLAD representation and then
product-quantising.
|
int |
VLADIndexerData.index(MBFImage image,
IncrementalFloatADCNearestNeighbours nn)
Index the given image into the given nearest neighbours object by
extracting the PCA-VLAD representation and then product-quantising.
|