-
Notifications
You must be signed in to change notification settings - Fork 11
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 calibration format #4
Comments
Reformatted the output to match the example template, I calibrated 190 frames, not sure if I need that many ...
|
Hello, I also encountered the same problem. May I ask how did you generate the R and T in the camera parameters later |
hi @liken95 Below is the code for camera calibration, which will print outputs for R, k,t and dist.
|
Hi,
I am trying to collect the correct camera calibration data for my own dataset in this format:
However, when using the OpenCV method of camera calibration the output is in this format (below)
The Rotation matrix and translation matrix are in a different format (vectors?)
How do I get the correct format?
Thanks
The text was updated successfully, but these errors were encountered: