Table of Contents

Class ConvolveMatrix

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Encapsulates a convolution kernel.

public sealed class ConvolveMatrix : DoubleMatrix, IConvolveMatrix, IDoubleMatrix
Inheritance
ConvolveMatrix
Implements
IConvolveMatrix
IDoubleMatrix
Inherited Members

Constructors

ConvolveMatrix(int)

Initializes a new instance of the ConvolveMatrix class.

public ConvolveMatrix(int order)

Parameters

order int

The order (odd number).

ConvolveMatrix(int, params double[])

Initializes a new instance of the ConvolveMatrix class.

public ConvolveMatrix(int order, params double[] values)

Parameters

order int

The order (odd number).

values double[]

The values to initialize the matrix with.