Class | Description |
---|---|
GaussianOctave<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
This class represents a Gaussian octave in the style of Lowe's SIFT paper.
|
GaussianPyramid<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> |
A Gaussian image pyramid consisting of a stack of octaves where the image
halves its size.
|
GaussianPyramidOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Options for constructing a Gaussian pyramid in the style of Lowe's SIFT
paper.
|