Table of Contents

Class CudaCornernessCriteria

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

Base CornernessCriteria class

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

Constructors

CudaCornernessCriteria()

protected CudaCornernessCriteria()

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()