MatType Conversion (Int32 to MatType)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator MatType (
int value
)
Public Shared Widening Operator CType (
value As Integer
) As MatType
static implicit operator MatType (
int value
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt32
Return Value
Type:
MatType
See Also