ConvolveFilter Constructor(Single[])
From Kaliko Image Library
Kaliko.ImageLibrary
ConvolveFilter Constructor(Single[])
Construct a filter with the given 3x3 kernel.
Syntax
'DeclarationPublic Function New( _ ByVal matrix() As System.Single _ )
'UsageDim matrix() As System.Single Dim instance As New ConvolveFilter(matrix)
public ConvolveFilter( System.float[] matrix )
public ConvolveFilter( matrix: System.Singlearray of );
public function ConvolveFilter( matrix : System.float[] );
public: ConvolveFilter( System.float[]* matrix )
public: ConvolveFilter( System.array<float>^ matrix )
Parameters
- matrix
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