Hi all,
I'm working with images for face reconigition and I need to take some
mesures. I can get the measure like diference between pixels but I
need to do some calculation so I need the measures on mm so I would
like to know if I'm in the right way
I have an jpg image with 96 resolution on horizontal and vertical
so for every pixel I can do
96 pixel ------ 1 inch ---- 25.4 mm
1 pixel ---- 0.010417 inch ----- 0.2645 mm
so If I have 30 pixel it's 30 * 0.2645 (this in mm) ??
There is another way to calculate it?
Thanks in advance
Pamela