Click or drag to resize
ConvolutionKernelF Constructor (Int32, Int32)
http://www.emgu.com
Create a convolution kernel with the specific number of rows and cols

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public ConvolutionKernelF(
	int rows,
	int cols
)

Parameters

rows
Type: SystemInt32
The number of raws for the convolution kernel
cols
Type: SystemInt32
The number of columns for the convolution kernel
See Also