EZMap::SetResolution

Sets the resolution of the EZMap along the X, Y and Z axis.
On the Z axis, the resolution is the number of metric units per grey value.
On the X and Y axis, the resolution is the number of metric units per pixel.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetResolution(
   E3DPoint resolution
)

void SetResolution(
   float rx,
   float ry,
   float rz
)

Parameters

resolution

Contains the resolution along the X,Y and Z axis.

rx

Contains the resolution along the X axis.

ry

Contains the resolution along the Y axis.

rz

Contains the resolution along the Z axis.

EZMap.SetResolution

Sets the resolution of the EZMap along the X, Y and Z axis.
On the Z axis, the resolution is the number of metric units per grey value.
On the X and Y axis, the resolution is the number of metric units per pixel.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetResolution(
   Euresys.Open_eVision.Easy3D.E3DPoint resolution
)

void SetResolution(
   float rx,
   float ry,
   float rz
)

Parameters

resolution

Contains the resolution along the X,Y and Z axis.

rx

Contains the resolution along the X axis.

ry

Contains the resolution along the Y axis.

rz

Contains the resolution along the Z axis.