Create a convolution kernel using the specific floating point matrix
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public ConvolutionKernelF( float[,] kernel ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ kernel As Single(,) _ ) |
Visual C++ |
---|
public: ConvolutionKernelF( array<float,2>^ kernel ) |
Parameters
- kernel
- Type: array<
System..::.Single
,2>[,](,)[,]
the values for the convolution kernel