EZMap8::SetResolution

Sets 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 SetResolution(
   float rx,
   float ry,
   float rz
)

void SetResolution(
   E3DPoint resolution
)

Parameters

rx

Resolution along the X axis.

ry

Resolution along the Y axis.

rz

Resolution along the Z axis.

resolution

Resolution for X,Y and Z axis.

EZMap8.SetResolution

Sets 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 SetResolution(
   float rx,
   float ry,
   float rz
)

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

Parameters

rx

Resolution along the X axis.

ry

Resolution along the Y axis.

rz

Resolution along the Z axis.

resolution

Resolution for X,Y and Z axis.