You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: