estimateLidarCameraTransform
Syntax
Description
estimates the transformation between a lidar sensor and a camera using the checkerboard
planes extracted from lidar sensor data and 3-D image corners of the checkerboard extracted
from camera data, respectively.tform
= estimateLidarCameraTransform(ptCloudPlanes
,imageCorners
)
uses the checkerboard planes extracted from a lidar sensor, 2-D or 3-D image corners of the
checkerboard extracted from a camera, and the camera intrinsic parameters to estimate the
transformation between the lidar sensor and the camera.tform
= estimateLidarCameraTransform(ptCloudPlanes
,imageCorners
,intrinsics
)
[___] = estimateLidarCameraTransform(___,
specifies options using one or more name-value arguments in addition to any combination of
arguments in previous syntaxes. For example, Name,Value
)'Verbose',true
sets the
function to display progress.