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

calibration #143

Closed
yuan0821 opened this issue Mar 23, 2023 · 1 comment
Closed

calibration #143

yuan0821 opened this issue Mar 23, 2023 · 1 comment

Comments

@yuan0821
Copy link

Hi, I get instinct parameters from Matlab Calibration App, and each projection error is less than 0.3.

Then I use the instinct params to do the extrinsic calibration. I getpts 14 points in the same checkboard pattern between all cameras. Then I can get the rotation matrices and translation vectors after running the following code.
the code is based on the dannce/calibration/multi-camera calibration/calibration_extrinsic_Lframe.m.

Is it already enough to do hand-labeled markers then? In my experience, the result of hand-labeled is fine.
But I just found in your public script dannce/calibration/acquire_calibration_3cam_mouse_clean.m,
you also performed STEP 6 - refine with checkerboard and STEP 7 compute the corrected world coordinates.
I am confused why you perform steps 6 and 7.

Thank you very much @davidhildebrand .

@spoonsso
Copy link
Owner

spoonsso commented May 3, 2023

Steps 6 & 7 are optional and only need to be used if your calibration fit is subpar.

@spoonsso spoonsso closed this as completed May 3, 2023
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