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 matrix and center
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public ConvolutionKernelF( Matrix<float> kernel, Point center ) |
Visual Basic |
---|
Public Sub New ( _ kernel As Matrix(Of Single), _ center As Point _ ) |
Visual C++ |
---|
public: ConvolutionKernelF( Matrix<float>^ kernel, Point center ) |
Parameters
- kernel
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The values for the convolution kernel
- center
- Type: System.Drawing..::..Point
The center of the kernel