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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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