EZMap8::SetZValue

Sets Z value (in metric coordinate) at pixel coordinates.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetZValue(
   const float value,
   const int x,
   const int y
)

Parameters

value

Value of the pixel in metric space.

x

X Coordinate.

y

Y Coordinate.

EZMap8.SetZValue

Sets Z value (in metric coordinate) at pixel coordinates.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetZValue(
   float value,
   int x,
   int y
)

Parameters

value

Value of the pixel in metric space.

x

X Coordinate.

y

Y Coordinate.