projectLidarPointsOnImage
R2026bProject lidar points onto an image frame
Syntax
Description
projects lidar point cloud data onto an undistorted image using a rigid transformation
between the lidar sensor and camera, imPts = projectLidarPointsOnImage(ptCloudIn,intrinsics,tform)tform, and a set of camera
intrinsic parameters that correspond to the undistorted image,
intrinsics. The output imPts contains the 2-D
coordinates of the projected points on the udistorted image.
projects lidar points, specified as 3-D coordinates in the world frame, onto the undistorted
image.imPts = projectLidarPointsOnImage(worldPoints,intrinsics,tform)
[___] = projectLidarPointsOnImage(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments in previous syntaxes. For example, Name,Value)'ImageSize',[250 400] sets
the size of the image on which to project the points to 250-by-400 pixels.

