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

why you subtract self._principle_point in project_2d_to_3d and add self._principle_point in project_3d_to_2d? #1

Open
admyxs opened this issue Oct 24, 2024 · 0 comments

Comments

@admyxs
Copy link

admyxs commented Oct 24, 2024

Thank for your great work

but I have a problem about the Class Camera function "project_2d_to_3d" and "project_3d_to_2d"
https://github.com/RoboticImaging/RectConv/blob/main/scripts/projection.py#L202
https://github.com/RoboticImaging/RectConv/blob/main/scripts/projection.py#L196

1、I want to konw why you subtract self._principle_point in project_2d_to_3d
and add self._principle_point in project_3d_to_2d?

2、Does it corrlate to other function?

3、What will happen if i delete the two lines?

Thank for your great work again!

@admyxs admyxs changed the title Why why you subtract self._principle_point in project_2d_to_3d and add self._principle_point in project_3d_to_2d? Oct 24, 2024
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

1 participant