| Class | Description |
|---|---|
| DoGOctave<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
A DoGOctave is capable of processing an octave of Gaussian blurred
images to produce an octave of difference-of-Gaussian images.
|
| DoGOctaveExtremaFinder |
A DoGOctaveExtremaFinder is an
OctaveInterestPointFinder that
can be applied to GaussianOctaves. |
| FirstBandDoGOctave |
A
FirstBandDoGOctave works like a DoGOctave,
but with an MBFImage, however, only the first band of
the MBFImage is used to build the DoG pyramid. |
| FirstBandDoGOctaveExtremaFinder |
A
FirstBandDoGOctaveExtremaFinder is an OctaveInterestPointFinder that
can be applied to GaussianOctaves. |