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
'Declaration
 
Public Function New( _
   ByVal rows As System.Integer, _
   ByVal cols As System.Integer, _
   ByVal matrix() As System.Single _
)
'Usage
 
Dim rows As System.Integer
Dim cols As System.Integer
Dim matrix() As System.Single
 
Dim instance As New ConvolveFilter(rows, cols, matrix)
public ConvolveFilter( 
   System.int rows,
   System.int cols,
   System.float[] matrix
)
public ConvolveFilter( 
    rows: System.Integer;
    cols: System.Integer;
    matrix: System.Singlearray of
); 
public function ConvolveFilter( 
   rows : System.int,
   cols : System.int,
   matrix : System.float[]
);
public: ConvolveFilter( 
   System.int rows,
   System.int cols,
   System.float[]* matrix
)
public:
ConvolveFilter( 
   System.int rows,
   System.int cols,
   System.array<float>^ 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

This documentation was created using Document! X from Innovasys