ConvolveFilter Constructor(Int32,Int32,Single[])
From Kaliko Image Library
Kaliko.ImageLibrary
ConvolveFilter Constructor(Int32,Int32,Single[])
The number of rows in the kernel.
The number of columns in the kernel.
An array of rows*cols floats containing the kernel.
Construct a filter with the given kernel.
Syntax
'DeclarationPublic Function New( _ ByVal rows As System.Integer, _ ByVal cols As System.Integer, _ ByVal matrix() As System.Single _ )
'UsageDim rows As System.Integer Dim cols As System.Integer Dim matrix() As System.Single Dim instance As New ConvolveFilter(rows, cols, matrix)
Parameters
- rows
- The number of rows in the kernel.
- cols
- The number of columns in the kernel.
- matrix
- An array of rows*cols floats containing the kernel.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also