Ask Your Question

jlebensold's profile - activity

2016-09-20 04:13:14 -0600 received badge  Supporter (source)
2016-09-20 04:13:12 -0600 commented answer Transposing movement points between a perspective camera and a mercator (isomorphic) map view

This is very helpful! Thank you for pointing me in the right direction. I'll investigate this further.

2016-09-20 03:20:50 -0600 commented question Transposing movement points between a perspective camera and a mercator (isomorphic) map view

Would it be based on this formula? http://photo.stackexchange.com/questi...

2016-09-19 17:13:23 -0600 asked a question Transposing movement points between a perspective camera and a mercator (isomorphic) map view

I’m wrestling with a question about whether I can take a perspective camera with movement points and transpose them onto a mercator map. I don't know if this is even possible without a 3D camera. As far as I can tell, a homography transformation could work, or a distance calculation for the points in the picture:

image description

Can I map the tracking XY coordinates to a mercator view of the same street corner, assuming I can calculate the distance to the point by determining the height of the camera relative to the street corner and the focus point of the lens?

C:\fakepath\map.jpg

I'm looking for a general purpose strategy and/or algorithm that can serve as a starting point.