FEATURE
- The type of FeatureVector
of the LocalFeature
s
that can be processed.LOCATION
- The type of Location
of the LocalFeature
s that can
be processed.BOUNDS
- The spatial bounds in which the LocalFeature
s were
extracted.public interface SpatialVectorAggregator<FEATURE extends FeatureVector,LOCATION extends Location,BOUNDS>
VectorAggregator
s 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