http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static implicit operator MCvPoint3D64f ( MCvPoint3D32f point ) |
Visual Basic |
---|
Public Shared Widening Operator CType ( _ point As MCvPoint3D32f _ ) As MCvPoint3D64f |
Visual C++ |
---|
static implicit operator MCvPoint3D64f ( MCvPoint3D32f point ) |
Parameters
- point
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The point to be converted