FEATURE - The type of FeatureVector of the LocalFeatures
that can be processed.LOCATION - The type of Location of the LocalFeatures that can
be processed.BOUNDS - The spatial bounds in which the LocalFeatures were
extracted.public interface SpatialVectorAggregator<FEATURE extends FeatureVector,LOCATION extends Location,BOUNDS>
VectorAggregators in that they additionally encode spatial
information.| Modifier and Type | Method and Description |
|---|---|
FeatureVector |
aggregate(List<? extends LocalFeature<? extends LOCATION,? extends FEATURE>> features,
BOUNDS bounds)
Aggregate the given features into a vector.
|
FeatureVector aggregate(List<? extends LocalFeature<? extends LOCATION,? extends FEATURE>> features, BOUNDS bounds)
features - the features to aggregatebounds - the bounds in which the features were extracted