imagePointsToWorldPlane
R2026bProject image points onto reference plane in world coordinate system
Since R2026b
Description
projects the image points worldPoints = imagePointsToWorldPlane(imgPoints,intrinsics,tform)imgPoints onto the Z=0
world plane using the camera intrinsic parameters intrinsics and
extrinsic rigid transform tform. The function removes lens distortion
from the image points, then maps them to world coordinates using a projective transformation
derived from the camera pose. The output coordinates are in the same units used during
camera calibration.
Examples
Input Arguments
Output Arguments
Tips
Use
imagePointsToWorldPlanewhen you need world coordinates for a small number of specific points, such as feature locations or centroids. This is more efficient than rectifying the entire image with theimageToWorldPlanefunction.For dense measurements, or when you intend to use visual measurement tools such as
caliperorregionprops, useimageToWorldPlaneto rectify the full image instead.
Extended Capabilities
Version History
Introduced in R2026b
See Also
imageToWorldPlane | imageToWorldPlaneMapping | cameraIntrinsics | cameraIntrinsicsKB | rigidtform3d | imref2d | caliper | uicaliper | regionprops

