I want to estimate the pose of the camera using solvepnp
function and for object_points
and image_points
I have all in millimeters, is that correct? what I do have to change in solvepnp to get it to work with mm units?
1 | initial version |
I want to estimate the pose of the camera using solvepnp
function and for object_points
and image_points
I have all in millimeters, is that correct? what I do have to change in solvepnp to get it to work with mm units?