VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / ConvolutionCommand Class / KernelMatrix Property
Syntax Exceptions Requirements SeeAlso
In This Topic
KernelMatrix Property (ConvolutionCommand)
In This Topic
Gets or sets a convolution matrix.
Syntax
'Declaration

<DescriptionAttribute("A convolution matrix.")>
<ReadOnlyAttribute(True)>
Public Property KernelMatrix As Long[,]

[Description("A convolution matrix.")]
[ReadOnly(True)]
public long[,] KernelMatrix { get; set; }

Exceptions
ExceptionDescription
Thrown if kernel matrix is null.
Thrown if kernel matrix size is odd value or matrix is not square.
Requirements

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

See Also