Emgu CV Library Documentation
ConvolutionKernelF Constructor (kernel, center)
NamespacesEmgu.CVConvolutionKernelFConvolutionKernelF(Matrix<(Of <(Single>)>), Point)

www.emgu.com/wiki
Create a convolution kernel using the specific matrix and center
Declaration Syntax
C#Visual BasicVisual C++
public ConvolutionKernelF(
	Matrix<float> kernel,
	Point center
)
Public Sub New ( _
	kernel As Matrix(Of Single), _
	center As Point _
)
public:
ConvolutionKernelF(
	Matrix<float>^ kernel, 
	Point center
)
Parameters
kernel (Matrix<(Of <(Single>)>))
the values for the convolution kernel
center (Point)
the center of the kernel

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)