-
Notifications
You must be signed in to change notification settings - Fork 55
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
Some questions about the formula of your paper #4
Comments
Maybe you can follow my another repo for cubemap convertion: In line 16 - 29,I define the rotation for different cube faces and this is related to E(?, ?, ?) in the paper. If you are still confused about it, feel free to ask me. |
您好,我还有些疑惑,在你的论文里,通过 spherical projection将 equirectangular image转换为cube face。那么也就是将equirectangular image上的像素坐标(X,Y)转换为cube face上的像素坐标(x,y,z)。问题是你论文和代码是通过(x,y,z)求得(X,Y),这不是反过来了吗?
…------------------ 原始邮件 ------------------
发件人: "Fu-En.Wang"<[email protected]>;
发送时间: 2020年6月24日(星期三) 下午3:40
收件人: "fuenwang/Equirec2Perspec"<[email protected]>;
抄送: "恆。ヤ"<[email protected]>;"Author"<[email protected]>;
主题: Re: [fuenwang/Equirec2Perspec] Some questions about the formula of your paper (#4)
Maybe you can follow my another repo for cubemap convertion:
https://github.com/fuenwang/PanoramaUtility/blob/master/Utils/Equirec2Cube.py#L29
In line 16 - 29,I define the rotation for different cube faces and this is related to E(?, ?, ?) in the paper. If you are still confused about it, feel free to ask me.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes, because if we directly derive xyz of cubemap from equirectangular, we cannot obtain one-to-one mapping pixel on cubemap. This means we will get a cubemap with black hole in certain area. So in here we have to use the inverse mapping to solve it and find the inverse relation. |
Hello, |
|
In Section 3.2, I can't understand the formula: GR = E(0, 0.5π, 0) · G, How does this formula relate to the following formula (1) and (2)?
How theta and phi in the code work in this formula?
The text was updated successfully, but these errors were encountered: