Ask Your Question
0

How to find errors in stereo calibration and rectification?

asked 2013-09-14 00:19:48 -0600

I'm working on Stereo Calibration. I have taken 20 images of chessboard in different orientations, and corners are found in each of them. Everything seems to work fine. I just want to check if there could be any error in calibation or rectification. How to look for errors? Epipoloar lines or any such clues?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-09-14 01:48:53 -0600

Look at the samples in cpp folder. You have visual clue with the epipolar lines (if they get thought the same corner/parts of the chessboard). You have also a reprojection error computation, using the epipolar geometry constraint: m2^tFm1=0 (as state in the sample stereo_calib.cpp). If you want to measure the stereo reconstruction, look at the sample stereo_match.cpp which could save a point cloud. Opening this point cloud, with meshlab for example, allow to measure the size of object in 3D (like the size of the square if you know it and have used the right size in the calibration process). You could also automatize this process by taking each 3D positions of the chessboard corners and compute the means distance between them.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-14 00:19:48 -0600

Seen: 591 times

Last updated: Sep 14 '13