In This Topic
The kernel matrix to be applied to the image. The kernel elements aren't bounded and are specified as floats. The first set of KernelSizeX numbers in the FLOAT[] corresponds to the first row in the kernel. The second set of KernelSizeX numbers correspond to the second row, and so on up to KernelSizeY rows.
Syntax
'Declaration
Public Property KernelMatrix As Single()
public float[] KernelMatrix {get; set;}
See Also