| Interface | Description |
|---|---|
| FinderMode<T extends InterestPointData> |
The type of finder to use
|
| Class | Description |
|---|---|
| AbstractIPDSIFTEngine<T extends InterestPointData> |
Extract SIFT features as defined by David Lowe but located using interest
point detectors.
|
| EllipticIPDSIFTEngine |
Use the
AffineInterestPointFeatureCollector to detect keypoint |
| FinderMode.Basic<T extends InterestPointData> |
An
OctaveInterestPointFinder is considered the most basic. |
| FinderMode.Characteristic<T extends InterestPointData> |
The characteristic finder throws away ellipses that are basically the
same, keeping the strongest one.
|
| FinderMode.Logging<T extends InterestPointData> |
A logging logs as well as finding points.
|
| InterestPointImageExtractorProperties<P,I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> | |
| IPDSIFTEngine |
an interest point detector engine instantiated with a detector of
InterestPointData |