Fix typo in documentation. F = K^-T * E * K^-1

This commit is contained in:
Daeyun Shin 2015-04-14 07:44:32 -05:00
parent b639353193
commit 4686b935c1

View File

@ -1200,7 +1200,7 @@ for the other points. The array is computed only in the RANSAC and LMedS methods
This function estimates essential matrix based on the five-point algorithm solver in @cite Nister03 . This function estimates essential matrix based on the five-point algorithm solver in @cite Nister03 .
@cite SteweniusCFS is also a related. The epipolar geometry is described by the following equation: @cite SteweniusCFS is also a related. The epipolar geometry is described by the following equation:
\f[[p_2; 1]^T K^T E K [p_1; 1] = 0 \\\f]\f[K = \f[[p_2; 1]^T K^{-T} E K^{-1} [p_1; 1] = 0 \\\f]\f[K =
\begin{bmatrix} \begin{bmatrix}
f & 0 & x_{pp} \\ f & 0 & x_{pp} \\
0 & f & y_{pp} \\ 0 & f & y_{pp} \\