EZMap8::GetSizeInWorld

Returns the dimensions of the EZMap8 in real world space (e.g metric unit).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetSizeInWorld(
   float& worldWidth,
   float& worldHeight
)

Parameters

worldWidth

Contains the size of the ZMap along the X axis (column).

worldHeight

Contains the size of the ZMap along the Y axis (row).

EZMap8.GetSizeInWorld

Returns the dimensions of the EZMap8 in real world space (e.g metric unit).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetSizeInWorld(
   ref float worldWidth,
   ref float worldHeight
)

Parameters

worldWidth

Contains the size of the ZMap along the X axis (column).

worldHeight

Contains the size of the ZMap along the Y axis (row).