estimateLidarCameraTransform
Estimate rigid transformation from lidar sensor to camera
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.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Zhou, Lipu, Zimo Li, and Michael Kaess. “Automatic Extrinsic Calibration of a Camera and a 3D LiDAR Using Line and Plane Correspondences.” 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), IEEE, October 2018, 5562–69. https://doi.org/10.1109/IROS.2018.8593660.
[2] Arun, K. S., T. S. Huang, and S. D. Blostein. “Least-Squares Fitting of Two 3-D Point Sets.” IEEE Transactions on Pattern Analysis and Machine Intelligence PAMI-9, no. 5 (1987): 698–700. https://doi.org/10.1109/TPAMI.1987.4767965.



