EZMap8::GetResolution

Gets the resolution. For the X and Y axes, the resolution is expressed in metric units per pixel.
For the Z axis it is expressed in metric units per grey scale value.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetResolution(
   float& sx,
   float& sy,
   float& sz
)

E3DPoint GetResolution(
)

Parameters

sx

Resolution along the X axis.

sy

Resolution along the Y axis.

sz

Resolution along the Z axis.

EZMap8.GetResolution

Gets the resolution. For the X and Y axes, the resolution is expressed in metric units per pixel.
For the Z axis it is expressed in metric units per grey scale value.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetResolution(
   ref float sx,
   ref float sy,
   ref float sz
)

Euresys.Open_eVision.Easy3D.E3DPoint GetResolution(
)

Parameters

sx

Resolution along the X axis.

sy

Resolution along the Y axis.

sz

Resolution along the Z axis.