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.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockSpatialAggregator<T,AGGREGATE extends FeatureVector & Concatenatable<AGGREGATE,AGGREGATE>>
A
BlockSpatialAggregator performs spatial pooling of local features
by grouping the local features into non-overlapping, fixed-size spatial
blocks, and applying a VectorAggregator (i.e. |
class |
PyramidSpatialAggregator<T,AGGREGATE extends FeatureVector & Concatenatable<AGGREGATE,AGGREGATE>>
A
PyramidSpatialAggregator performs spatial pooling of local features
by grouping the local features into fixed-size spatial blocks within a
pyramid, and applying a VectorAggregator (i.e. |