http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Performs a convolution using the specific kernel
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public GpuImage<TColor, float> Convolution( ConvolutionKernelF kernel, Stream stream ) |
Visual Basic |
---|
Public Function Convolution ( _ kernel As ConvolutionKernelF, _ stream As Stream _ ) As GpuImage(Of TColor, Single) |
Visual C++ |
---|
public: GpuImage<TColor, float>^ Convolution( ConvolutionKernelF^ kernel, Stream^ stream ) |
Parameters
- kernel
- Type: Emgu.CV..::..ConvolutionKernelF
The convolution kernel
- stream
- Type: Emgu.CV.GPU..::..Stream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).