| Class | Description |
|---|---|
| FloatKeypoint |
A local interest point with a location, scale, orientation and associated
feature.
|
| InterestPointKeypoint<T extends InterestPointData> |
An oriented feature with at a location defined by an
InterestPointData. |
| Keypoint |
A local interest point with a location, scale, orientation and associated
feature.
|
| KeypointLocation |
The location of a
Keypoint. |
| KeypointVisualizer<T,Q extends Image<T,Q> & SinglebandImageProcessor.Processable<Float,FImage,Q>> |
Helpers for visualising (SIFT) interest points.
|
| MinMaxKeypoint |
A
Keypoint extended to hold information on whether was detected at a
maxima or minima. |
| MinMaxKeypoint.MinMaxKeypointLocation |
The location of a
MinMaxKeypoint. |
| SIFTGeoKeypoint |
Implementation of a
LocalFeature based on the .siftgeo format
developed by Krystian Mikolajczyk for his tools. |