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.