public interface OctaveInterestPointFinder<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> extends OctaveProcessor<OCTAVE,IMAGE>
Modifier and Type | Method and Description |
---|---|
int |
getCurrentScaleIndex()
Get the current scale index within the octave.
|
OCTAVE |
getOctave()
Get the octave from which we are operating
|
OctaveInterestPointListener<OCTAVE,IMAGE> |
getOctaveInterestPointListener()
Get the current listener object.
|
void |
setOctaveInterestPointListener(OctaveInterestPointListener<OCTAVE,IMAGE> listener)
Set a listener object that will listen to events triggered when interest
points are detected.
|
process
int getCurrentScaleIndex()
void setOctaveInterestPointListener(OctaveInterestPointListener<OCTAVE,IMAGE> listener)
listener
- the listenerOctaveInterestPointListener<OCTAVE,IMAGE> getOctaveInterestPointListener()