Package | Description |
---|---|
org.openimaj.image.indexing.vlad |
Modifier and Type | Method and Description |
---|---|
VLAD<float[]> |
VLADIndexerDataBuilder.buildVLAD()
Build a
VLAD using the information provided at construction time. |
VLAD<float[]> |
VLADIndexerData.getVLAD()
Get the
VLAD aggregator instance |
Constructor and Description |
---|
VLADIndexerData(VLAD<float[]> vlad,
FeatureVectorPCA pca,
FloatProductQuantiser pq,
LocalFeatureExtractor<LocalFeature<?,?>,MBFImage> extractor,
Function<List<? extends LocalFeature<?,?>>,List<FloatLocalFeatureAdaptor<?>>> postProcess)
Construct with the given data
|