http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a convolution kernel with the specific number of rows and cols
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public ConvolutionKernelF( int rows, int cols ) |
Visual Basic |
---|
Public Sub New ( _ rows As Integer, _ cols As Integer _ ) |
Visual C++ |
---|
public: ConvolutionKernelF( int rows, int cols ) |
Parameters
- rows
- Type: System..::..Int32
The number of raws for the convolution kernel
- cols
- Type: System..::..Int32
The number of columns for the convolution kernel