Click or drag to resize

ConvolutionKernelF Constructor (Single)

http://www.emgu.com
Create a convolution kernel using the specific floating point matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public ConvolutionKernelF(
	float[,] kernel
)

Parameters

kernel
Type: SystemSingle
The values for the convolution kernel
See Also