Applies convolution to the source raster.
Convolution is the modification of a pixel's value based on the
values of its surrounding pixels. The Kernel
is the numerical matrix that is applied to each pixel in this
process. The convolution operation is discussed in more detail in
numerous texts on image processing and useful convolution kernels
are widely available from various sources.
Initialize | Initializes a new instance. |
InitializeWithKernel | Initializes a new instance with the specified Kernel. |
InitializeWithKernelAndDivisor | Initializes a new instance with the specified Kernel and Divisor. |
InitializeWithKernelDivisorAndOffset | Initializes a new instance with the specified Kernel, Divisor, and Offset. |