answered 2013-08-02 15:17:38 -0600
So if you know the points with their (x,y) e.g. (x1,y1) and (x2,y2) the distance is sqrt((x2-x1)^2+(y2-y2)^2)
If you mean the 2d spatial distance in the image.