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
)
Parameters
rx
Resolution along the X axis.
ry
Resolution along the Y axis.
rz
Resolution along the 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
)
Parameters
rx
Resolution along the X axis.
ry
Resolution along the Y axis.
rz
Resolution along the 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.
Module: open_evision.Easy3D
[Python]
SetResolution(
rx: float
ry: float
rz: float
) -> None
Parameters
rx
Resolution along the X axis.
ry
Resolution along the Y axis.
rz
Resolution along the Z axis.