-
Notifications
You must be signed in to change notification settings - Fork 16
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
Pyramid Projection #9
Comments
Hi, |
I intend to implement the pyramid projection and other omnidirectional video representations. Again, thank you for your reply and this excellent project. |
Hi,I have some confusion about the parameter “m_canomicTopPlan” and "m_interTop" in Pyramid,especially 'top plan'.Can you give me more information? Thanks! |
Hi, In the code, I denote by canonic pyramid the original pyramid without rotation. The base of this pyramid is include inside the plan x=1. I hope this answer will help you. |
It’s a great answer for me,thank you very much! |
Ah yes you are right!! Thank you for the correction. |
Hi,
I have read your academic paper and I think it is an excellent work! But I have a few question about the pyramid projection. I think your implementation about this projection (which is shown in your code
LayoutPyramidal.hpp
andLayoutPyramidal2.hpp
) is a little bit different compared with the one proposed by Facebook. Have you tried their approach?Thanks!
The text was updated successfully, but these errors were encountered: