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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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