Documentation Portal      

What are you looking for?

EROIC15::GetPixel

Allows reading a single pixel value in the ROI or image.

Namespace: Euresys::Open_eVision_2_6

[C++]

EC15 GetPixel(
   OEV_INT32 x,
   OEV_INT32 y
)

Parameters

x

-

y

-

Remarks

Although coordinates outside of the ROI can be supplied, this function will raise an error condition if the coordinates are outside of the top parent image. It should be noted that calling this function several thousand times can be slow. The recommended way to access pixel content in an image or ROI is to use the EROIC15 and EROIC15 functions. For BW8 images/ROIs, using the C++ API only, it is possible to access pixels data faster through an intermediate object: EBW8PixelAccessor.

EROIC15.GetPixel

Allows reading a single pixel value in the ROI or image.

Namespace: Euresys.Open_eVision_2_6

[C#]

Euresys.Open_eVision_2_6.EC15 GetPixel(
   int x,
   int y
)

Parameters

x

-

y

-

Remarks

Although coordinates outside of the ROI can be supplied, this function will raise an error condition if the coordinates are outside of the top parent image. It should be noted that calling this function several thousand times can be slow. The recommended way to access pixel content in an image or ROI is to use the EROIC15 and EROIC15 functions. For BW8 images/ROIs, using the C++ API only, it is possible to access pixels data faster through an intermediate object: EBW8PixelAccessor.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110