ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / KernelMatrix Property

In This Topic
    KernelMatrix Property
    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