Package | Description |
---|---|
org.openimaj.feature.local | |
org.openimaj.image.indexing.vlad |
Modifier and Type | Method and Description |
---|---|
static <L extends Location> |
FloatLocalFeatureAdaptor.wrap(List<? extends LocalFeature<L,?>> list)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
static <L extends Location> |
FloatLocalFeatureAdaptor.wrap(List<? extends LocalFeature<L,?>> list,
Normaliser<FloatFV> normaliser)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
static List<FloatLocalFeatureAdaptor<?>> |
FloatLocalFeatureAdaptor.wrapUntyped(List<? extends LocalFeature<?,?>> list)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
static List<FloatLocalFeatureAdaptor<?>> |
FloatLocalFeatureAdaptor.wrapUntyped(List<? extends LocalFeature<?,?>> list,
Normaliser<FloatFV> normaliser)
Produce a
LocalFeatureList of FloatLocalFeatureAdaptor by
wrapping the input list, and dynamically wrapping with the
FloatLocalFeatureAdaptor s on demand. |
Modifier and Type | Method and Description |
---|---|
Function<List<? extends LocalFeature<?,?>>,List<FloatLocalFeatureAdaptor<?>>> |
VLADIndexerData.getPostProcess() |
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 |