www.emgu.com/wiki
Create a convolution kernel with the specific number of rows and cols

Declaration Syntax
public ConvolutionKernelF(
int rows,
int cols
)
public:
ConvolutionKernelF(
int rows,
int cols
)

Parameters
- rows (Int32)
- The number of raws for the convolution kernel
- cols (Int32)
- The number of columns for the convolution kernel
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)