Class ConvolutionFilter

ConvolutionFilter class

The kernel matrix provider class.

public class ConvolutionFilter

Properties

NameDescription
static Emboss3x3 { get; }Gets the 3x3 Emboss kernel.
static Emboss5x5 { get; }Gets the 5x5 Emboss kernel.
static Sharpen3x3 { get; }Gets the 3x3 sharpen kernel.
static Sharpen5x5 { get; }Gets the 5x5 sharpen kernel.

Methods

NameDescription
static GetBlurBox(int)Gets the box blur kernel.
static GetBlurMotion(int, double)Gets the motion blur kernel.
static GetGaussian(int, double)Gets the Gaussian kernel.
static ToComplex(double[])

See Also