ConvolutionFilter Constructor (Matrix3By3, Double, Double) |
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic ConvolutionFilter(
Matrix3By3 kernel,
double divisor,
double offset
)
Public Sub New (
kernel As Matrix3By3,
divisor As Double,
offset As Double
)
public:
ConvolutionFilter(
Matrix3By3 kernel,
double divisor,
double offset
)
new :
kernel : Matrix3By3 *
divisor : float *
offset : float -> ConvolutionFilter
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