Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i get cordinates? #3

Open
eunseoshin opened this issue Jun 8, 2020 · 4 comments
Open

How can i get cordinates? #3

eunseoshin opened this issue Jun 8, 2020 · 4 comments

Comments

@eunseoshin
Copy link

I split the 360-degree image into 18 conventional images.
I want to get coordinates of each image.
Is it possible?

@fuenwang
Copy link
Owner

fuenwang commented Jun 8, 2020

You mean coordinate on equirectangular? https://github.com/fuenwang/Equirec2Perspec/blob/master/Equirec2Perspec.py#L71
The lon and lat is the coordinate.

@eunseoshin
Copy link
Author

I want to know corners' cordinates on equirectangular.
When i get the lon and lat lots of numbers appear.

@fuenwang
Copy link
Owner

fuenwang commented Jun 9, 2020

The lon and lat is the coordinate of h x w which is consistent with the perspective images. So you can just use lon[0, 0] and lat[0, 0] ...... to get the coordinate of corners.

@eunseoshin
Copy link
Author

Thanks! I solved it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants