-
Notifications
You must be signed in to change notification settings - Fork 26
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
Test Calibration #17
Comments
Could you copy/paste typical results that you get here?
|
Below is what procamlib gives me, and the formatting I have for my calibration files. These two will be slightly different because the projector and camera are in different positions. The biggest difference is in the extrinsic rotation of my old calibrations was a 3x1 matrix, and the new one is 3x3. In my code I have the following that converts the rotation matrix into Rodrigues: cv::Vec3d axis_angle; This is what procamlib gives me: %YAML:1.0Cameras:
This is what the calibration software I am working with needs: PROJECTOR: EXTRINSICS: |
Good! The errors don't look too big, so the calibration is OK. You'll just
need to plug in the numbers correctly, yes.
|
Is there a method I can use to test the calibration? When I put the calibration numbers into my own software (which works with opencv and calibrations from other systems) it doesn't coorrelate the camera and projector correctly.
Thank you,
Tegan
The text was updated successfully, but these errors were encountered: