EMeshToZMapConverter::Convert

Computes an EZMap from a world space EMesh. The value of the pixels of the ZMap are the distance between the 3D triangles and the reference plane. Various options can be set with methods EMeshToZMapConverter::ReferencePlane, EMeshToZMapConverter::OrientationVector, EMeshToZMapConverter::SetMapSize, ...

Namespace: Euresys::Open_eVision_22_04::Easy3D

[C++]

void Convert(
   const EMesh& obj,
   EZMap8& zmap
)

void Convert(
   const EMesh& obj,
   EZMap16& zmap
)

void Convert(
   const EMesh& obj,
   EZMap32f& zmap
)

void Convert(
   const EMesh& obj,
   EZMap* zmap
)

Parameters

obj

The input 3D mesh.

zmap

The generated ZMap in 8, 16 or 32 bits format.

EMeshToZMapConverter.Convert

Computes an EZMap from a world space EMesh. The value of the pixels of the ZMap are the distance between the 3D triangles and the reference plane. Various options can be set with methods EMeshToZMapConverter::ReferencePlane, EMeshToZMapConverter::OrientationVector, EMeshToZMapConverter::SetMapSize, ...

Namespace: Euresys.Open_eVision_22_04.Easy3D

[C#]

void Convert(
   Euresys.Open_eVision_22_04.Easy3D.EMesh obj,
   Euresys.Open_eVision_22_04.Easy3D.EZMap8 zmap
)

void Convert(
   Euresys.Open_eVision_22_04.Easy3D.EMesh obj,
   Euresys.Open_eVision_22_04.Easy3D.EZMap16 zmap
)

void Convert(
   Euresys.Open_eVision_22_04.Easy3D.EMesh obj,
   Euresys.Open_eVision_22_04.Easy3D.EZMap32f zmap
)

void Convert(
   Euresys.Open_eVision_22_04.Easy3D.EMesh obj,
   Euresys.Open_eVision_22_04.Easy3D.EZMap zmap
)

Parameters

obj

The input 3D mesh.

zmap

The generated ZMap in 8, 16 or 32 bits format.