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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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