I am working on a program to determine the Area in Sq.mm from Sq.pixels in MATLAB. by image processing
I am no able to find the exact area in Sq.mm
I have following details.
1mm=26pixels
Total number of pixels = 1616 pixels
What I tried was
if 1mm=26pixels then 1Sq.mm=26*26 Sq.pixels
So 1Sq.pixels=1/(26*26) =0.00147
Since there are 1616 pixels so total area would be = Area of 1Sq.pixel * Number of pixels
=0.00147*1616= 2.39053
But the actual answer when measured manually comes approximately around 31-32.
Where have I made the mistake... Any suggestions?
Any help would be seriously appreciated
Thanks
Regards Parth Shah