EZMap8::GetZMapPositionFromPixelPosition

Returns the corresponding EZMap8 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::Easy3D

[C++]

E3DPoint GetZMapPositionFromPixelPosition(
   int u,
   int v
)

Parameters

u

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

v

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

EZMap8.GetZMapPositionFromPixelPosition

Returns the corresponding EZMap8 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.Easy3D

[C#]

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

Parameters

u

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

v

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