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