Emgu CV Library Documentation
ConvolutionKernelF Constructor (kernel, center)
NamespacesEmgu.CVConvolutionKernelFConvolutionKernelF(array<Single,2>[,](,)[,], Point)

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

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