[This is preliminary documentation and is subject to change.]

Create a convolution kernel using the specific floating point matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
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

See Also