Lidar Camera Calibrator
Interactively estimate rigid transformation between lidar sensor and camera
Since R2021a
Description
The Lidar Camera Calibrator app enables you to interactively
estimate the rigid transformation between a lidar sensor and a camera. The app performs
calibration by reading the calibration images and point clouds captured by the user. The app
reads point cloud data in the PLY and PCD formats, and images in any format supported by
imformats
.
Using the app, you can:
Detect, extract, and visualize checkerboard features from image and point cloud data.
Estimate the rigid transformation between the camera and the lidar using feature detection results.
Use the calibration results to fuse data from both the sensors. You can visualize point cloud data projected onto the images, and color or grayscale information from the images fused with point cloud data.
View the plotted calibration error metrics. You can remove outliers, using a threshold line, and recalibrate the remaining data.
Define a region of interest (ROI) around the checkerboard to reduce the computation resources required by the transformation estimation process.
Export the transformation and error metric data as workspace variables or MAT files. You can also create a MATLAB® script for the entire workflow.
Open the Lidar Camera Calibrator App
MATLAB Toolstrip: On the Apps tab, under Image Processing and Computer Vision, click the app icon.
MATLAB command prompt: Enter
lidarCameraCalibrator
.
Programmatic Use
Limitations
The Lidar Camera Calibrator app has these limitations:
The point cloud axes tools and overall responsiveness are slow in Linux® machines.
The script generated from Export > Generate MATLAB Script does not contain any manually selected checkerboard regions using the Select Checkerboard feature. In the script, the checkerboard region is detected in the specified ROI.
After manually selected checkerboard regions using the Select Checkerboard feature, when the user comes back to the Calibration tab, you can see the selected points (highlighted in red) only while viewing the whole point cloud (i.e. when SnapToROI button is unselected).
Version History
Introduced in R2021a