Class | Description |
---|---|
AffineSimulationExtractor<Q extends List<T>,T extends ScaleSpacePoint,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> |
Base class for local feature detectors/extractors that use affine simulations
in order to increase detections and improve performance with respect to
affine change.
|
AffineSimulationKeypoint |
An extension of a
Keypoint that holds the AffineParams and
simulation index of the affine simulation from which it was detected. |
AffineSimulationKeypoint.AffineSimulationKeypointLocation |
A
KeypointLocation extended to hold a rotation, tilt and index
corresponding to an affine simulation. |
ASIFT<I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P> |
Abstract base implementation of Affine-simulated SIFT (ASIFT).
|
BasicASIFT |
Standard implementation of Affine-simulated SIFT (ASIFT) for
FImage s. |
ColourASIFT |
Colour Affine-simulated SIFT (CASIFT).
|