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

Unclear variable names in Bundle adjustment notebook #44

Open
Helaly96 opened this issue Feb 18, 2021 · 2 comments · May be fixed by #49
Open

Unclear variable names in Bundle adjustment notebook #44

Helaly96 opened this issue Feb 18, 2021 · 2 comments · May be fixed by #49

Comments

@Helaly96
Copy link

Very unclear names,
https://github.com/scipy/scipy-cookbook/blob/master/ipython/bundle_adjustment.ipynb

i don't understand the variable used in this code at all? for example:

points_2d with shape (n_observations, 2) contains measured 2-D coordinates of points projected on images in each observations.

in what image exactly are the coordinates given, assuming i see the point in multiple images, what coordinate do i enter exactly?

@undxu
Copy link

undxu commented Apr 18, 2022

Hey, I have another question regarding the variables of the script from @nmayorov about bundle adjustment:

For me all variables are clear exept the camera_params. For the rotation and translation: In which cooridnate system should I calculate/describe the rotation and translation: the coordinate system of the camera or a world fixed coordinate system. And which way is the rotation? From Camera Perspective to world frame or the other way round?

Also a little question to the focal lenght. Should I use the alpha (=f * m, which is the focal lenght in pixels) as used in the intrinsic matrix for exaple from opencv camera calibration?

@nmayorov nmayorov linked a pull request May 4, 2022 that will close this issue
@nmayorov
Copy link
Contributor

nmayorov commented May 4, 2022

@Helaly96 @undxu

I've tried to address the questions you've raised. Check the pull request and comment :)

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

Successfully merging a pull request may close this issue.

3 participants