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

Change camera projection from K to P #1

Open
plinioMoreno opened this issue Jun 18, 2019 · 0 comments
Open

Change camera projection from K to P #1

plinioMoreno opened this issue Jun 18, 2019 · 0 comments
Assignees

Comments

@plinioMoreno
Copy link
Member

When using the rectified image, the correct way to project the 3D points to the 2D images is to use the matrix P. Currently in line

cam_intrinsic.at<double>(0,0) = camera_info->K.at(0);
, K needs to be changed to P

@plinioMoreno plinioMoreno self-assigned this Jun 18, 2019
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