-
Notifications
You must be signed in to change notification settings - Fork 14
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
a question about your paper #12
Comments
Hi, The translation of a camera is defined as the position of the origin with respect to the camera center in the coordinate system of that camera. Camera 2 is rotated 45 degrees such that the origin lies along the optical axis of the camera. Thus, it's translation is [0, 0, 2] since the origin is 2 units away. |
Hi, Thanks for your explaination! But I still have 2 questions about some details in your paper.
looking forward to your reply! Thanks a lot! |
|
Hi, For question1, I can understand the formulas in Figure 3. I should be minus. What I don't understand is ti_hat=s(ti−Ri@c), here, ti represents the GT in SFM, so ti is T2 in First Camera Frame. ti_hat means converted translation, which corresponds to T2 in Look-at Centered. I assume it should be T2 in First Camera Frame + R2@[0 0 1] = T2 in Look-at Centered. Therefore, it should be ti(also GT in SFM) + Ri@c = ti_hat(also T2 in Look-at Centered). Here, 's' is ignored. That's why I think it should be '+' instead of '-' in ti_hat=s(ti−Ri@c). Please let know where I am wrong. Thanks! BTW, I read the code of your project, when processing the GT, you calculate the intersection points considering all cameras and reset the new translation. From this point of view, the above formula is not very important because it only provides a transformation relationship between two coordinate systems. Am I right? |
Hi,
Thanks for your brilliant work! I have a small question about your work.
In Figure 3: Coordinate Systems for Estimating Camera Translation in your paper, I feel confused about the translation coordinates. Taking the right one 'Look-at Centered' as an example, the world origin is setted at the unique point closest to the optical axes of all cameras. I can understand why T1 = [0,0,1], but why T2 = [0,0,2]? I suppose it should be [0,1.5,1.5] according to the relative position between the left camera and the world origin. Am I wrong? Could you please explain this? Thanks in advance!
The text was updated successfully, but these errors were encountered: