VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / ConvolutionCommand Class / KernelMatrix Property
Syntax Exceptions Requirements SeeAlso
    KernelMatrix Property (ConvolutionCommand)
    Gets or sets a convolution matrix.
    Syntax
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("A convolution matrix.")>
    Public Property KernelMatrix As Long[,]
    
    
     
    Exceptions
    ExceptionDescription
    Thrown if kernel matrix is null.
    Thrown if kernel matrix size is odd value or matrix is not square.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also