Table of Contents

Class Program

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

This class contains ocl Program information

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

Constructors

Program()

Create a empty OclProgram object

public Program()

Properties

Binary

Get the program binary

public byte[] Binary { get; }

Property Value

byte[]

Methods

DisposeObject()

Release all the unmanaged memory associated with this OclProgram

protected override void DisposeObject()