Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Camera Calibration » CalibrateWorldPlane_Default_Deprecated

CalibrateWorldPlane_Default_Deprecated


Module: Calibration

Finds the image to world plane transformation matrix.

Applications

Image to world coordinates transformations.
Name Type Description
Input value inImagePoints Point2DArray Array of 2D points of the calibration pattern, in the picture.
Input value inWorldPlanePoints Point2DArray Array of 2D points of the calibration pattern, in a given world coordinate plane.
Input value inCameraModel AnyCameraModel* For undistortion of inImagePoints. If not supplied, the filter will assume undistorted inImagePoints.
Output value outTransform RectificationTransform
Output value outRmsError Real RMS reprojection error, in pixels.
Output value outMaxReprojectionError Real Maximum reprojection error, in pixels.
Output value outReprojectionErrorSegments Segment2DArray Array of segments connecting input image points to reprojected world points.

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 Array inImagePoints and inWorldPlanePoints sizes differ

Complexity Level

This filter is available on Advanced Complexity Level.