OCTAVE - Type of underlying octaveIMAGE - Type of underlying imagepublic interface OctaveInterestPointListener<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
| Modifier and Type | Method and Description |
|---|---|
void |
foundInterestPoint(OctaveInterestPointFinder<OCTAVE,IMAGE> finder,
float x,
float y,
float octaveScale)
Do something with a detected interest point.
|
void foundInterestPoint(OctaveInterestPointFinder<OCTAVE,IMAGE> finder, float x, float y, float octaveScale)
finder - the finder that found the pointx - the x positiony - the y positionoctaveScale - the scale within the octave