EZMap8::WorldToImage

Transforms a 3D world position to a floating point (sub)pixel image position.
The image space origin is at the upper left corner of the image and the X/Y unit size is one pixel.
The Z value is given in grey scale value.
Returns true if the pixel position is inside the image limits and the Z value is positive.
The parameter pixelPt is filled even if the point is outside the image.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool WorldToImage(
   const E3DPoint& worldPt,
   E3DPoint& pixelPt
)

Parameters

worldPt

Position in the 3D world space.

pixelPt

Position in the image space.

EZMap8.WorldToImage

Transforms a 3D world position to a floating point (sub)pixel image position.
The image space origin is at the upper left corner of the image and the X/Y unit size is one pixel.
The Z value is given in grey scale value.
Returns true if the pixel position is inside the image limits and the Z value is positive.
The parameter pixelPt is filled even if the point is outside the image.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool WorldToImage(
   Euresys.Open_eVision.Easy3D.E3DPoint worldPt,
   ref Euresys.Open_eVision.Easy3D.E3DPoint pixelPt
)

Parameters

worldPt

Position in the 3D world space.

pixelPt

Position in the image space.