Table of Contents

Class CudaFilter

Namespace
Emgu.CV.Cuda
Assembly
Emgu.CV.dll

Base Cuda filter class

public abstract class CudaFilter : SharedPtrObject, IDisposable
Inheritance
CudaFilter
Implements
Derived
Inherited Members

Constructors

CudaFilter()

protected CudaFilter()

Methods

Apply(IInputArray, IOutputArray, Stream)

Apply the cuda filter

public void Apply(IInputArray image, IOutputArray dst, Stream stream = null)

Parameters

image IInputArray

The source CudaImage where the filter will be applied to

dst IOutputArray

The destination CudaImage

stream Stream

Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).

DisposeObject()

Release all the unmanaged memory associated with this gpu filter

protected override void DisposeObject()