mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
Tiny documentation fix in stereoCalibrate
Modified the (R2,T2) computation documentation in the stereoCalibrate function documentation to display on two lines for clarity
This commit is contained in:
parent
9be630466f
commit
1c3b9d7591
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user