EZMap8::WorldToZMap

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

Namespace: Euresys::Open_eVision::Easy3D

[C++]

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

Parameters

worldPt

Position in the 3D world space.

zmapPt

Position in the ZMap space.

Remarks

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

EZMap8.WorldToZMap

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

Namespace: Euresys.Open_eVision.Easy3D

[C#]

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

Parameters

worldPt

Position in the 3D world space.

zmapPt

Position in the ZMap space.

Remarks

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