Table of Contents

Class OclInvoke

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

Class that contains ocl functions

public static class OclInvoke
Inheritance
OclInvoke
Inherited Members

Methods

GetPlatformsInfo()

Get all the platform info as a vector

public static VectorOfOclPlatformInfo GetPlatformsInfo()

Returns

VectorOfOclPlatformInfo

The vector of Platfom info

TypeToString(DepthType, int)

Convert the DepthType to a string that represent the OpenCL value type.

public static string TypeToString(DepthType depthType, int channels = 1)

Parameters

depthType DepthType

The depth type

channels int

The number of channels

Returns

string

A string the repsent the OpenCL value type