Create a convolution kernel with the specific number of rows and cols
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public ConvolutionKernelF( int rows, int cols ) |
| Visual Basic (Declaration) |
|---|
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