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

Can't get good reprojection with CalibrateProjector #1

Open
cyrildiagne opened this issue Feb 18, 2013 · 1 comment
Open

Can't get good reprojection with CalibrateProjector #1

cyrildiagne opened this issue Feb 18, 2013 · 1 comment

Comments

@cyrildiagne
Copy link

Hi,

First of all thanks so much for sharing these great projects!

I'm trying to calibrate a projector to the kinect as per this video : http://www.youtube.com/watch?v=bQW8meDM7m8
Very impressive & Inspiring!

After some minor tweaks, I managed to get CalibrateProjector to compile and run fine on my mac, but I can't get the calibration to work :(.
As you can see in the screenshot below, even with a "low" 1.51 reprojection error value, the reprojection of the circles is not right. It's also inversed.

My knowledge in opencv camera calibration and intrinsic/extrinsic matrices is very limited for now so I'm having a hard time figuring out what I'm doing wrong here.

Any insight / hint would be greatly appreciated!
Screen Shot 2013-02-18 at 5 16 55 PM

@cyrildiagne
Copy link
Author

Ok, so from what I understand reading the code, the function CorrelateXYZtoXY::correlate is not complete yet.
There is no call to stereoCalibrate, which seems to be required to compute the extrinsic matrices. Is that correct ?

If so, I would like to give a try finishing it, but how to make sure my calibration is correct so far ? What is to expect from the "reproject chess" ?

Thanks!

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

1 participant