Table of Contents

Class PlatformInfo

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

This class contains ocl platform information

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

Properties

DeviceNumber

The number of devices

public int DeviceNumber { get; }

Property Value

int

Name

The platform name

public string Name { get; }

Property Value

string

Vendor

The platform vendor

public string Vendor { get; }

Property Value

string

Version

The platform version

public string Version { get; }

Property Value

string

Methods

DisposeObject()

Release all the unmanaged memory associated with this OclInfo

protected override void DisposeObject()

GetDevice(int)

Get the OclDevice with the specific index

public Device GetDevice(int d)

Parameters

d int

The index of the ocl device

Returns

Device

The ocl device with the specific index

ToString()

Get the string that represent this oclPlatformInfo object

public override string ToString()

Returns

string

A string that represent this oclPlatformInfo object