Class CudaCornernessCriteria
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
IInputArrayThe source CudaImage where the filter will be applied to
dst
IOutputArrayThe destination CudaImage
stream
StreamUse 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()