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

Declaration Syntax
public ConvolutionKernelF(
float[,] kernel
)
Public Sub New ( _
kernel As Single(,) _
)
public:
ConvolutionKernelF(
array<float,2>^ kernel
)

Parameters
- kernel (array<
Single
,2>[,](,)[,])
- the values for the convolution kernel
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)