public class BasicOctaveGridFinder<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> extends AbstractOctaveInterestPointFinder<OCTAVE,IMAGE>
AbstractOctaveInterestPointFinder
that detects points on a regular
grid.currentScaleIndex, listener, octave
Constructor and Description |
---|
BasicOctaveGridFinder() |
Modifier and Type | Method and Description |
---|---|
void |
process(OCTAVE octave)
Process the provided octave.
|
getCurrentScaleIndex, getOctave, getOctaveInterestPointListener, setOctaveInterestPointListener
public BasicOctaveGridFinder()
public void process(OCTAVE octave)
OctaveProcessor
octave
- the octave.