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

How do I convert Matlab calibration params to P,K,D,R,Q and translation #3

Open
sklf opened this issue Dec 5, 2019 · 2 comments
Open

Comments

@sklf
Copy link

sklf commented Dec 5, 2019

Hello, I'm trying to use your project to get 3D points from multi camera frames. I have already gotten my camera system's params using matlab calibartion toolbox. But I'm confused how to convert them to the params named 'P', 'K', 'D', 'R', 'Q' and 'translation'. I think K is the intrinsic matrix, D is the distortion params. But I don't know other params' meaning. So could you please tell me what these params is used for and how can I convert Matlab params to them? Thanks!

@astraw
Copy link
Member

astraw commented Dec 5, 2019

Which matlab toolbox are you referring to?

In case you mean the multicamselfcal calibration toolbox, check our tests pymvg/test/test_multi_camera_system.py

@sklf
Copy link
Author

sklf commented Dec 5, 2019

Which matlab toolbox are you referring to?

In case you mean the multicamselfcal calibration toolbox, check our tests pymvg/test/test_multi_camera_system.py

I used two calibration toolboxes for my camera system. One is the Matlab's origin Stereo Camera Calibrator to calibrate my 2-cameras system. Another is the multi-camera calibration toolbox to calibrate my 12-cameras system.

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