I would like to know if it is possible to determine the coordinates of some points in space from a photograph where I know the coordinates of some other nearby points. The relationship between these points and the camera is unknown.

My actual data is some basic digital photos taken by a handheld camera of large plastic hemisphere. The hemisphere as grid lines of latitude and longitude marked on it. There are shapes drawn onto the sphere and I need to map them by marking out the pixel coordinates and calculating their latitude and longitude. See example image at http://i.stack.imgur.com/cyTCa.jpg

Since I know how far apart each dot is and their position in space, I was hoping it would be possible to work out the coordinates of other points, such as the squares drawn on the sphere.

Thanks.

link|improve this question
This seems like it should be possible if: the grid markings are regularly spaced, the surface is perfectly spherical, and you know the longitude/latitude of at least two of the reference points along with their x,y pixel coordinates in the image. If so, post what you know! – Jim Lewis Feb 4 '11 at 3:50
The grid spacing is 10 degrees on the sphere. The sphere has a diameter of 1 metre. The point in the middle (labelled +) has the pixel coordinates (1248, 1104) and the point to the right is (1611, 1107). The square labelled 31F has the coordinates (1274,1255), (1273,1310), (1336,1306), (1332,1244). – user602577 Feb 4 '11 at 4:14
So the '+' would be long/lat (0, 0) then, with "up" more or less equal to "north"? And the camera is close enough to the sphere that the N and S poles are "over the horizon"? – Jim Lewis Feb 4 '11 at 4:38
Yes that is correct. – user602577 Feb 4 '11 at 4:48
Hi Jim, thanks for taking an interest in my problem. Do you have an suggestions on how to tackle it? – user602577 Feb 6 '11 at 22:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.