Metric 3d reconstruction

Posted by srand on Stack Overflow See other posts from Stack Overflow or by srand
Published on 2010-03-31T04:13:05Z Indexed on 2010/03/31 4:23 UTC
Read the original article Hit count: 441

I'm trying to reconstruct 3D points from 2D image correspondences. My camera is calibrated. The test images are of a checkered cube and correspondences are hand picked. Radial distortion is removed. After triangulation the construction seems to be wrong however. The X and Y values seem to be correct, but the Z values are about the same and do not differentiate along the cube. The 3D points look like as if the points were flattened along the Z-axis.

What is going wrong in the Z values? Do the points need to be normalized or changed from image coordinates at any point, say before the fundamental matrix is computed? (If this is too vague I can explain my general process or elaborate on parts)

© Stack Overflow or respective owner

Related posts about computer-vision

Related posts about matlab