MCvPoint3D32f Conversion (MCvPoint3D32f to MCvPoint3D64f) |
http://www.emgu.com
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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