EZMap8::SetPixel

Sets the value of a pixel .

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetPixel(
   EDepth8 value,
   int x,
   int y
)

Parameters

value

Value of the pixel.

x

Column of the pixel.

y

Row of the pixel.

EZMap8.SetPixel

Sets the value of a pixel .

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetPixel(
   Euresys.Open_eVision.EDepth8 value,
   int x,
   int y
)

Parameters

value

Value of the pixel.

x

Column of the pixel.

y

Row of the pixel.