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

camera Intrinsics parameters:cx and cy are not used #1010

Open
Dan-JIE opened this issue Oct 13, 2024 · 1 comment
Open

camera Intrinsics parameters:cx and cy are not used #1010

Dan-JIE opened this issue Oct 13, 2024 · 1 comment

Comments

@Dan-JIE
Copy link

Dan-JIE commented Oct 13, 2024

Why are cx and cy not used in projection? Generally speaking, cx and cy affect the correspondence between pix and points. But in the source code, I found that cx and cy are not used at all. I would be very grateful if you can answer my doubts.

@AsherJingkongChen
Copy link

AsherJingkongChen commented Oct 15, 2024

I assume that your cx and cy refers to intr.params[2:4], which are not used at all.

They should assume the center of the image as the principal point.

You can see the 2D points in NDC space are translated into screen space by half of the image size. See the rasterizer.

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

2 participants