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

aniposelib multiple camera calibration #103

Open
yuan0821 opened this issue Nov 14, 2022 · 1 comment
Open

aniposelib multiple camera calibration #103

yuan0821 opened this issue Nov 14, 2022 · 1 comment

Comments

@yuan0821
Copy link

Hi, We would like to use the aniposelib to do multiple camera calibrations. but now we meet serval problems. I wonder if there are any good suggestions:

  1. we have 6 cameras, and some are opposite from the others, which means the calibration pattern cannot be captured simultaneously by all cameras. how do the intrinsic and extrinsic calibration?
  2. which pattern do you recommend when using the aniposelib: the ChArUco board and checkerboard?
  3. how to convert the extrinsic parameters into the Matlab format which needs a rotation matrix (3x3) and translation vector (1x3).

thank you!

@kmoeri
Copy link

kmoeri commented May 25, 2023

Hi @yuan0821

Your issue was opened quite some time ago and I hope you found a solution by now.

1.) This should work perfectly fine as you only need to capture the board simultaneously by camera pairs and not with all cameras at once. Just make sure that all cameras are in that connection-loop.
If there is a camera, where the FOVs does not overlap with any other camera, the algorithm will most probably fail. Finally, the resulting graph will be trimmed to a spanning tree.

2.) Check out the calibration board description in the OpenCV docs:
https://docs.opencv.org/3.4/df/d4a/tutorial_charuco_detection.html

3.) I don't really know matlab that well. Is this what you are looking for (rotation vector to rotation matrix)?:
https://ch.mathworks.com/help/vision/ref/rotvec2mat3d.html

I hope that helps.

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