| Package | Description |
|---|---|
| org.openimaj.image.indexing.vlad | |
| org.openimaj.tools.localfeature.options |
| Modifier and Type | Method and Description |
|---|---|
LocalFeatureExtractor<LocalFeature<?,?>,MBFImage> |
VLADIndexerData.getExtractor() |
| 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
|
VLADIndexerDataBuilder(LocalFeatureExtractor<LocalFeature<?,?>,MBFImage> extractor,
List<File> localFeatures,
boolean normalise,
int numVladCentroids,
int numIterations,
int numPcaDims,
int numPqIterations,
int numPqAssigners,
float sampleProp,
float pcaSampleProp,
Function<List<? extends LocalFeature<?,?>>,List<FloatLocalFeatureAdaptor<?>>> postProcess)
Construct a
VLADIndexerDataBuilder with the given parameters |
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalFeatureMode.AbstractDoGSIFTModeOp
Associated options for things built on a
DoGSIFTEngine. |
static class |
LocalFeatureMode.LocalFeatureModeOp
Associated options for each
LocalFeatureMode. |