EZMap8::GetPixel

Gets the value of a pixel .

Namespace: Euresys::Open_eVision::Easy3D

[C++]

EDepth8 GetPixel(
   int x,
   int y
)

Parameters

x

Column of the pixel.

y

Row of the pixel.

EZMap8.GetPixel

Gets the value of a pixel .

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.EDepth8 GetPixel(
   int x,
   int y
)

Parameters

x

Column of the pixel.

y

Row of the pixel.