http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Performs a convolution using the specific kernel
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, float> Convolution( ConvolutionKernelF kernel ) |
Visual Basic |
---|
Public Function Convolution ( _ kernel As ConvolutionKernelF _ ) As Image(Of TColor, Single) |
Visual C++ |
---|
public: Image<TColor, float>^ Convolution( ConvolutionKernelF^ kernel ) |
Parameters
- kernel
- Type: Emgu.CV..::..ConvolutionKernelF
The convolution kernel