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