| Interface | Description |
|---|---|
| ConvolveInterface<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Generic interface for performing image convolutions.
|
| Class | Description |
|---|---|
| GenericConvolve<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Generalized interface for filtering images with convolution kernels.
|
| GenericConvolveDown<Input extends ImageSingleBand,Output extends ImageSingleBand> |
Generalized interface for filtering images with convolution kernels while skipping pixels.
|
| ImageConvolveSparse<T extends ImageSingleBand,K extends Kernel2D> |
Abstract class for sparse image convolution.
|
Copyright © 2013. All Rights Reserved.