pointsToWorld
(Not recommended) Determine world coordinates of image points
pointsToWorld
is not recommended. Use the img2world2d
function instead. For more information, see Version History.
Syntax
Description
maps undistorted image points worldPoints
= pointsToWorld(intrinsics
,tform
,imagePoints
)imagePoints
, onto points on the
X-Y plane in world coordinates,
worldPoints
using the rigid3d
transformation tform
.
returns world points on the X-Y plane, which
correspond to the input image points. Points are converted using the input rotation
matrix, translation vector, and camera intrinsics.worldPoints
= pointsToWorld(intrinsics
,rotationMatrix
,translationVector
,imagePoints
)
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2016aSee Also
Apps
Functions
img2world2d
|world2img
|undistortImage
|undistortPoints
|estimateCameraParameters
|estimateExtrinsics
|extr2pose
|pose2extr
|estworldpose
|estrelpose