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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic static string TypeToString(
DepthType depthType,
int channels = 1
)
Public Shared Function TypeToString (
depthType As DepthType,
Optional channels As Integer = 1
) As String
public:
static String^ TypeToString(
DepthType depthType,
int channels = 1
)
static member TypeToString :
depthType : DepthType *
?channels : int
(* Defaults:
let _channels = defaultArg channels 1
*)
-> string
Parameters
- depthType
- Type: Emgu.CV.CvEnumDepthType
The depth type - channels (Optional)
- Type: SystemInt32
The number of channels
Return Value
Type:
StringA string the repsent the OpenCL value type
See Also