mapillary / mapillary-js

Interactive, extendable street imagery map experiences in the browser, powered by WebGL

Home Page:https://mapillary.github.io/mapillary-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixel coordinates to geo coordinates

sctrueew opened this issue · comments

commented

Hi,

I have a panoramic image and a GPS point. I'd like to get [lat, long] of each pixel when the mouse moves. My program was written in C++.
I'd be appreciative of any help
Thanks in advance

Please take a look at the wikipedia article on Equirectangular projection and work from there.