Click or drag to resize

OclInvokeTypeToString Method

http://www.emgu.com
Convert the DepthType to a string that represent the OpenCL value type.

Namespace:  Emgu.CV.Ocl
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static string TypeToString(
	DepthType depthType,
	int channels = 1
)

Parameters

depthType
Type: Emgu.CV.CvEnumDepthType
The depth type
channels (Optional)
Type: SystemInt32
The number of channels

Return Value

Type: String
A string the repsent the OpenCL value type
See Also