EZMap16::ImageToWorld

Transforms a floating point (sub)pixel image position to a 3D world position.

The image space origin is at the upper left corner of the image and the X/Y unit size is one pixel. The pixel Z value is in grey scale values (its range depends on the ZMap type).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void ImageToWorld(
   const E3DPoint& pixelPt,
   E3DPoint& worldPt
) const

Parameters

pixelPt

Position in the image space.

worldPt

Position in the 3D world space.

EZMap16.ImageToWorld

Transforms a floating point (sub)pixel image position to a 3D world position.

The image space origin is at the upper left corner of the image and the X/Y unit size is one pixel. The pixel Z value is in grey scale values (its range depends on the ZMap type).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void ImageToWorld(
   E3DPoint pixelPt,
   ref E3DPoint worldPt
)

Parameters

pixelPt

Position in the image space.

worldPt

Position in the 3D world space.

EZMap16.ImageToWorld

Transforms a floating point (sub)pixel image position to a 3D world position.

The image space origin is at the upper left corner of the image and the X/Y unit size is one pixel. The pixel Z value is in grey scale values (its range depends on the ZMap type).

Module: open_evision.Easy3D

[Python]

ImageToWorld(
    pixelPt: E3DPoint
    worldPt: E3DPoint
) -> None

Parameters

pixelPt

Position in the image space.

worldPt

Position in the 3D world space.