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