Table of Contents

Class Queue

Namespace
Emgu.CV.Ocl
Assembly
Emgu.CV.dll

An OpenCL Queue

public class Queue : UnmanagedObject, IDisposable
Inheritance
Queue
Implements
Inherited Members

Constructors

Queue()

OpenCL queue

public Queue()

Methods

DisposeObject()

Release the unmanaged memory associated with this object.

protected override void DisposeObject()

Finish()

Wait for the queue to finish

public void Finish()