EZMap8::ZMapToWorld

Transforms a 3D EZMap8 position to a 3D world space position.
The ZMap space origin is at the lower left corner of the image.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void ZMapToWorld(
   const E3DPoint& zmapPt,
   E3DPoint& worldPt
)

Parameters

zmapPt

Position in the ZMap space.

worldPt

Position in the 3D world space.

Remarks

Do not use this method with the same variable as input and output. It might lead to incorrect results.

EZMap8.ZMapToWorld

Transforms a 3D EZMap8 position to a 3D world space position.
The ZMap space origin is at the lower left corner of the image.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void ZMapToWorld(
   Euresys.Open_eVision.Easy3D.E3DPoint zmapPt,
   ref Euresys.Open_eVision.Easy3D.E3DPoint worldPt
)

Parameters

zmapPt

Position in the ZMap space.

worldPt

Position in the 3D world space.

Remarks

Do not use this method with the same variable as input and output. It might lead to incorrect results.