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 extrinsic and re projection matrix #696

Open
khuechuong opened this issue Jun 27, 2024 · 2 comments
Open

camera extrinsic and re projection matrix #696

khuechuong opened this issue Jun 27, 2024 · 2 comments
Labels
question Theory or implementation question

Comments

@khuechuong
Copy link

For camera only calibration, does it give extrinsic matrix since I need the re-projection matrix for proper image like in the cameraInfo ros message. The wiki page said it gives extrinsic but it only gives intrinsic. I need to project it so that the black stuff that appears when kalibr undistort it to not appear.

@goldbattle goldbattle added the question Theory or implementation question label Aug 12, 2024
@goldbattle
Copy link
Collaborator

If you only have a single camera then the extrinsic are identity. If you have two cameras, then it will have the SE(3) 4x4 matrix transform between the two cameras in addition to both camera's intrinsics.

@khuechuong
Copy link
Author

@goldbattle so then what would the projection matrix in camerainfo ros message? If I put the same intrinsic in, there are dark everywhere. Is there a node that trims the black stuff around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Theory or implementation question
Projects
None yet
Development

No branches or pull requests

2 participants