Click or drag to resize

ConvolutionFilter Constructor (Matrix3By3, Double, Double)

Initializes a new instance with the specified Kernel, Divisor, and Offset.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConvolutionFilter(
	Matrix3By3 kernel,
	double divisor,
	double offset
)

Parameters

kernel
Type: AGI.Foundation.CoordinatesMatrix3By3
The Kernel of the convolution.
divisor
Type: SystemDouble
The Divisor of the convolution.
offset
Type: SystemDouble
The Offset of the convolution.
See Also