Click or drag to resize

ConvolutionKernelF Constructor (Single, Point)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public ConvolutionKernelF(
	float[,] kernel,
	Point center
)

Parameters

kernel
Type: SystemSingle
The values for the convolution kernel
center
Type: System.DrawingPoint
The center for the convolution kernel
See Also