| Class | Description |
|---|---|
| ConvolveDownNoBorder |
Specialized convolution where the center of the convolution skips over a constant number
of pixels in the x and/or y axis.
|
| ConvolveDownNormalized |
Specialized convolution where the center of the convolution skips over a constant number
of pixels in the x and/or y axis.
|
| ConvolveImageBox |
Convolves a kernel which is composed entirely of 1's across an image.
|
| ConvolveImageMean |
Convolves a mean filter across the image.
|
| ConvolveImageNoBorder |
Provides functions for convolving 1D and 2D kernels across an image, excluding the image border.
|
| ConvolveImageNoBorderSparse |
Performs a convolution around a single pixel only.
|
| ConvolveNormalized |
Convolves a kernel across an image and scales the kernel such that the sum of the portion inside
the image sums up to one.
|
| ConvolveNormalizedSparse |
Performs a convolution around a single pixel only using two 1D kernels in the horizontal and vertical direction.
|
| ConvolveWithBorder |
Convolves a kernel across an image and handles the image border using the specified method.
|
| ConvolveWithBorderSparse |
Implementations of sparse convolve using image border.
|
| GConvolveImageOps |
Image type agnostic convolution functions
|