Livox-SDK / livox_camera_lidar_calibration

Calibrate the extrinsic parameters between Livox LiDAR and camera
Other
479 stars 135 forks source link

something wrong with calibration #57

Open ccqedq opened 1 year ago

ccqedq commented 1 year ago

the project first use chessboard to calibration camera intrinsic, and then get pixel coordinate of corners from well calibrated images with OptimalNewCameraMatrix to calculate extrinsic in the code, but in projectCloud.cpp, it use intrinsic instead of OptimalNewCameraMatrix to calculate theoryUV, and draw it on the uncalibrated images, finally use initUndistortRectifyMap and remap function to Undistort images, does that mean anything?