MCvPoint3D32f Conversion (MCvPoint3D32f to MCvPoint3D64f) |
http://www.emgu.com
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static implicit operator MCvPoint3D64f (
MCvPoint3D32f point
)
Public Shared Widening Operator CType (
point As MCvPoint3D32f
) As MCvPoint3D64f
static implicit operator MCvPoint3D64f (
MCvPoint3D32f point
)
F# does not support the declaration of new casting operators.
Parameters
- point
- Type: Emgu.CV.StructureMCvPoint3D32f
The point to be converted
Return Value
Type:
MCvPoint3D64fThe converted point
See Also