| Package | Description |
|---|---|
| org.openimaj.image.feature.local.affine | |
| org.openimaj.image.feature.local.engine.asift |
| Modifier and Type | Class and Description |
|---|---|
class |
ASIFT<I extends Image<P,I> & SinglebandImageProcessor.Processable<Float,FImage,I>,P>
Abstract base implementation of Affine-simulated SIFT (ASIFT).
|
class |
BasicASIFT
Standard implementation of Affine-simulated SIFT (ASIFT) for
FImages. |
class |
ColourASIFT
Colour Affine-simulated SIFT (CASIFT).
|
| Modifier and Type | Field and Description |
|---|---|
protected AffineSimulationExtractor<LocalFeatureList<Keypoint>,Keypoint,MBFImage,Float[]> |
ColourASIFTEngine.asift |
protected AffineSimulationExtractor<LocalFeatureList<Keypoint>,Keypoint,FImage,Float> |
ASIFTEngine.asift |