Click or drag to resize

ConvolutionKernelF Constructor (MatrixSingle, Point)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public ConvolutionKernelF(
	Matrix<float> kernel,
	Point center
)

Parameters

kernel
Type: Emgu.CVMatrixSingle
The values for the convolution kernel
center
Type: System.DrawingPoint
The center of the kernel
See Also