Table of Contents

Class ProgramSource

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

Open CL kernel program source code

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

Constructors

ProgramSource(string)

Create OpenCL program source code

public ProgramSource(string source)

Parameters

source string

The source code

Properties

Source

Get the source code as String

public string Source { get; }

Property Value

string

Methods

DisposeObject()

Release the unmanaged memory associated with this object

protected override void DisposeObject()