Documentation Portal      

What are you looking for?

EZMap::GetZMapPositionFromPixelPosition

Returns the corresponding EZMap 3D position of a ZMap pixel. The ZMap position is in the original point ZMap space. The pixel position origin is the upper left corner of the image and ranges to (width-1, height-1). The center of the pixel is used for the transformation to the ZMap position. Pixel at position (u,v) must be defined, otherwise an exception will be thrown.

Namespace: Euresys::Open_eVision_2_10::Easy3D

[C++]

E3DPoint GetZMapPositionFromPixelPosition(
   OEV_INT32 u,
   OEV_INT32 v
)

Parameters

u

Column of the pixel (bounds: [0,width[).

v

Row of the pixel (bounds: [0,height[).

EZMap.GetZMapPositionFromPixelPosition

Returns the corresponding EZMap 3D position of a ZMap pixel. The ZMap position is in the original point ZMap space. The pixel position origin is the upper left corner of the image and ranges to (width-1, height-1). The center of the pixel is used for the transformation to the ZMap position. Pixel at position (u,v) must be defined, otherwise an exception will be thrown.

Namespace: Euresys.Open_eVision_2_10.Easy3D

[C#]

Euresys.Open_eVision_2_10.Easy3D.E3DPoint GetZMapPositionFromPixelPosition(
   int u,
   int v
)

Parameters

u

Column of the pixel (bounds: [0,width[).

v

Row of the pixel (bounds: [0,height[).

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121