Package | Description |
---|---|
org.openimaj.feature | |
org.openimaj.image.feature.local.aggregate |
Implementations of techniques that aggregate the local descriptors
of an image into a single (typically fixed length) vector
representation.
|
Modifier and Type | Method and Description |
---|---|
MultidimensionalFloatFV |
MultidimensionalFloatFV.clone() |
Modifier and Type | Method and Description |
---|---|
double |
MultidimensionalFloatFV.compare(MultidimensionalFloatFV h,
FloatFVComparison method)
Compare this FV to another with the given method.
|
Modifier and Type | Method and Description |
---|---|
MultidimensionalFloatFV |
VLAD.aggregate(List<? extends LocalFeature<?,? extends ArrayFeatureVector<T>>> features) |
MultidimensionalFloatFV |
VLAD.aggregateVectors(List<? extends ArrayFeatureVector<T>> features) |