How to use matlab Lidar Camara Calibrator and calibration of radar point cloud to camera

Calibration process

Import the calibration data into the matlab lidar camara calibrator plug-in, click Import in the illustration and select Import Data as shown in the figure:
insert image description here
select the imported image and point cloud data in turn as follows and click " OK ":
insert image description here
Matlab will automatically import the data and calculate the internal parameters of the camera, and then Start to process the camera and point cloud data, and perform automatic calibration, but the automatic calibration results are generally poor, and it will prompt that no target is detected, which is a normal phenomenon.
insert image description here
Can be accurately calibrated after manual adjustment is required. After clicking " OK ", the adjustment process is as follows. First select Edit ROI, that is, to delineate the range of a checkerboard (calibration board). It does not need to be too large, as long as it can include all the sampled calibration boards, as shown in the figure.
insert image description here
Then adjust the area as shown below, and then click " Apply ": (It is still difficult to adjust the rotation and selection box, just try more)

insert image description hereThen adjust the Dimension Tolerance first , adjust it appropriately, and then select Select Checkerboard to select the point cloud of the calibration board. It is necessary to select the point cloud of each set of data .
insert image description hereAdjust a better posture, use the " small brush " in the picture to select the point cloud, and the frame can be selected. After the selection, the selected point cloud will turn red. Try to select only the point cloud of the calibration board , so that the calibration result is more accurate, as shown in the figure below.
insert image description hereClick " Apply " in the upper left corner and return to the plug-in home page, then click " Detect " and wait a while.
insert image description hereinsert image description here
Then click " Calibrate "

insert image description hereThe calibration results are as follows: It can be seen that the calibration board is covered with a blue point cloud, and the point cloud data is also assigned the color in the picture, including the color of the floor tiles. The lower left corner is the calibration error of each picture, and the middle is Pixel error, reconstruction error on the right. Then click " Export " to export the calibration parameters.

insert image description hereThen click OK .

insert image description here
Then you can open the result in the workspace of matlab. I don’t know what is wrong here. There will be a lot of calibration data before, including the internal parameters of the calibrated camera. . The variable T here is the extrinsic parameter matrix.
insert image description hereYou can import the matrix on this website, and then you can see information such as the Euler angle between the camera and the radar. https://www.andre-gaschler.com/rotationconverter/ is as follows:
insert image description here

Camera internal reference calibration is similar to this one. The plug-in used is Camara Calitrator . After the obtained results are exported, the following IntrinsicMatrix is ​​the internal reference matrix.
insert image description here

Guess you like

Origin blog.csdn.net/ruredfive/article/details/127651702
Recommended