| Interface | Description |
|---|---|
| LocalFeature<L extends Location,T extends FeatureVector> |
A
LocalFeature models a feature that has a Location
associated with it. |
| LocalFeatureExtractor<FEATURE extends LocalFeature<?,?>,OBJECT> |
Interface for objects capable of extracting local features from a given
object.
|
| LocalFeatureVectorProvider<L extends Location,T extends FeatureVector> |
A
LocalFeatureVectorProvider models an object with both a
Location and a feature vector associated with it. |
| Location |
The Location interface models an object that has
a spatial position in some sense.
|
| LocationFilter |
A LocationFilter is capable of filtering
Location
objects. |
| LocationProvider<L extends Location> |
A
LocationProvider marks classes that have an associated Location or
are capable of producing a Location from their internal state. |
| Class | Description |
|---|---|
| FloatLocalFeatureAdaptor<L extends Location> | |
| LocalFeatureImpl<L extends Location,F extends FeatureVector> |
A basic implementation of a
LocalFeature that internally holds
references to a FeatureVector and Location. |
| ScaleSpaceLocation |
ScaleSpaceLocation represents a
Location in scale-space. |
| SpatialLocation |
SpatialLocation represents a
Location in 2d-space. |