Commit 406fe899 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #7965 from D-Barber:stereoCalibrateR2T2CalculationTinyDocumentationFix

parents 45f0cf0d 1c3b9d75
......@@ -979,8 +979,8 @@ This means that, given ( \f$R_1\f$,\f$T_1\f$ ), it should be possible to compute
need to know the position and orientation of the second camera relative to the first camera. This is
what the described function does. It computes ( \f$R\f$,\f$T\f$ ) so that:
\f[R_2=R*R_1
T_2=R*T_1 + T,\f]
\f[R_2=R*R_1\f]
\f[T_2=R*T_1 + T,\f]
Optionally, it computes the essential matrix E:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment