Package | Description |
---|---|
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.
|
org.openimaj.image.indexing.vlad |
Class and Description |
---|
SpatialVectorAggregator
Interface describing an object that can convert a list of local features from
a single image into an aggregated vector form, using both the featurevector
and spatial location of each local feature.
|
VectorAggregator
Interface describing an object that can convert a list of local features from
a single image into an aggregated vector form.
|
Class and Description |
---|
VLAD
Implementation of VLAD, the "Vector of Locally Aggregated Descriptors"
algorithm.
|