I'm working on the calibration of a camera using opencv, I run the given sample project, my question is how to set the metric system in the input data for ex.:
<!-- The size of a square in some user defined metric system (pixel, millimeter)-->
<Square_Size>(1,10)</Square_Size>
does it mean that every pixel represent 10um ? thanks in advance for you help