| Interface | Description |
|---|---|
| ImagePyramid<T extends ImageBase> |
Image pyramids represent an image at different resolution in a fine to coarse fashion.
|
| Class | Description |
|---|---|
| ImagePyramidBase<T extends ImageSingleBand> |
Base class for image pyramids.
|
| PyramidDiscrete<T extends ImageSingleBand> |
In this implementation the scale factor between each layer is limited to being a positive integer that is evenly
divisible by the previous layer.
|
| PyramidFloat<T extends ImageSingleBand> |
An image pyramid where each level can be an arbitrary scale.
|
Copyright © 2013. All Rights Reserved.