When we consturct the 3D coordinates of the checkerboard corners, does the unit of length matter?
I have read multiple articles and example codes for camera calibration with OpenCV. To represent the 3D coordinates on a checkerboard, some use centimeter as a unit, some use meter as a unit, some simply consider the length of one checkerboard box as 1 without any unit of length involved.
So how is the length of unit determined when we calibrate a camera?