Click or drag to resize
MCvPoint3D32f  Conversion (MCvPoint3D32f to MCvPoint3D64f)
http://www.emgu.com
The implicit operator to convert MCvPoint3D32f to MCvPoint3D64f

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static implicit operator MCvPoint3D64f (
	MCvPoint3D32f point
)

Parameters

point
Type: Emgu.CV.StructureMCvPoint3D32f
The point to be converted

Return Value

Type: MCvPoint3D64f
The converted point
See Also