http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a convolution kernel using the specific floating point matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public ConvolutionKernelF( float[,] kernel ) |
Visual Basic |
---|
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