Reprojection error

From Wikipedia, the free encyclopedia

Page Module:Message box/ambox.css has no content.

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 {𝐱𝐒↔𝐱𝐒}. We wish to find a homography 𝐇̂ and pairs of perfectly matched points 𝐱𝐒̂ and 𝐱̂i, i.e. points that satisfy 𝐱𝐒̂=Ĥ𝐱̂𝐒 that minimize the reprojection error function given by

βˆ‘id(𝐱𝐒,𝐱𝐒̂)2+d(𝐱𝐒,𝐱𝐒̂)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 𝐱𝐒̂,𝐱𝐒̂

References