In the previous sections, it has been demonstrated how, by utilizing at least 5 correspondences between homologous points in two images, it is possible to obtain the Essential matrix that encodes the relative pose between the two cameras. The Essential matrix can be factorized again into rotation and translation. This allows for the retrieval of the relative parameters of the involved cameras and, through this information, enables the execution of a three-dimensional reconstruction of the observed scene.
As suggested by Trivedi, from the definition of the essential matrix (9.41), it is easy to show that the symmetric matrix
is independent of the rotation vector:
| (9.70) |
The Essential matrix can also be directly factored through Singular Value Decomposition. Let
, where
, the SVD of
(if this were not the case, it is still possible to project the matrix
into the space of Essential matrices, as described in section 9.4.1).
Through this decomposition, the generating components of
can be extracted:
| (9.71) |
| (9.72) |
The rotation matrix thus presents two possible solutions that are rotated 180^ with respect to the axis connecting the two pinholes. Since the vector
is known up to a multiplicative factor and the constraint
does not allow us to determine the sign of the translation, there are also two additional alternatives for the factorization due to an ambiguity regarding the sign that
can assume. Therefore, there are 4 different plausible factorizations of an Essential matrix, and among these, the one that projects all points (or the majority) frontally with respect to both cameras must be selected.
Paolo medici