Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Camera Calibration » WorldPlanePointsToImage

WorldPlanePointsToImage


Finds the image coordinates of world points.

Name Type Description
inWorldPlanePoints Point2DArray Array of 2D points in given world coordinate plane.
inTransform RectificationTransform Transform's camera model is needed for applying distortion back. Transform's homography is needed for transforming coordinates back from a given world plane.
outImagePoints Point2DArray

Applications

World coordinate to image points transformation.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inTransform homography matrix must be a 3x3 matrix

Complexity Level

This filter is available on Basic Complexity Level.

See Also