| Class | Description |
|---|---|
| NoCacheScaleSpace<I extends ImageSingleBand,D extends ImageSingleBand> |
Implementation of
GaussianScaleSpace that focuses on one scale space at a time. |
| PyramidDiscreteAverage<T extends ImageSingleBand> |
Creates an image pyramid by down sampling square regions using
AverageDownSampleOps. |
| PyramidDiscreteSampleBlur<T extends ImageSingleBand> |
Convolves a re-normalizable blur kernel across the image before down sampling.
|
| PyramidFloatGaussianScale<T extends ImageSingleBand> |
PyramidFloat in which each layer is constructed by 1) applying Gaussian blur to the previous layer, and then
2) re-sampling the blurred previous layer. |
| PyramidFloatScale<T extends ImageSingleBand> |
Updates each layer in a
PyramidFloat by rescaling the layer with interpolation. |
| PyramidOps |
Various operations related to image pyramids.
|