Package | Description |
---|---|
org.openimaj.image.indexing.vlad |
Modifier and Type | Method and Description |
---|---|
FeatureVectorPCA |
VLADIndexerData.getPCA() |
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
|