Reprojection error

From HandWiki

The reprojection error is a geometric error corresponding to the image distance between a projected point and a measured one. It is used to quantify how closely an estimate of a 3D point 𝐗^ recreates the point's true projection 𝐱. More precisely, let 𝐏 be the projection matrix of a camera and 𝐱^ be the image projection of 𝐗^, i.e. 𝐱^=𝐏𝐗^. The reprojection error of 𝐗^ is given by d(𝐱,𝐱^), where d(𝐱,𝐱^) denotes the Euclidean distance between the image points represented by vectors 𝐱 and 𝐱^.

Minimizing the reprojection error can be used for estimating the error from point correspondences between two images. Suppose we are given 2D to 2D point imperfect correspondences {x𝐢x𝐢}. We wish to find a homography 𝐇^ and pairs of perfectly matched points x𝐢^ and 𝐱^i, i.e. points that satisfy x𝐢^=H^x^𝐢 that minimize the reprojection error function given by

id(x𝐢,x𝐢^)2+d(x𝐢,x𝐢^)2

So the correspondences can be interpreted as imperfect images of a world point and the reprojection error quantifies their deviation from the true image projections x𝐢^,x𝐢^

References

  • Richard Hartley and Andrew Zisserman (2003). Multiple View Geometry in computer vision. Cambridge University Press. ISBN 0-521-54051-8.