Scalar Conversion (Vec4d to Scalar)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static explicit operator Scalar (
Vec4d v
)
Public Shared Narrowing Operator CType (
v As Vec4d
) As Scalar
static explicit operator Scalar (
Vec4d v
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- v
- Type: OpenCvSharpVec4d
Return Value
Type:
Scalar
See Also