| Interface | Description |
|---|---|
| ConvolveInterface<Input extends ImageGray,Output extends ImageGray> |
Generic interface for performing image convolutions.
|
| Class | Description |
|---|---|
| GenericConvolve<Input extends ImageGray,Output extends ImageGray> |
Generalized interface for filtering images with convolution kernels.
|
| GenericConvolveDown<Input extends ImageGray,Output extends ImageGray> |
Generalized interface for filtering images with convolution kernels while skipping pixels.
|
| ImageConvolveSparse<T extends ImageGray,K extends KernelBase> |
Abstract class for sparse image convolution.
|