Home | History | Annotate | Download | only in opencv2

Lines Matching full:tvec2

405 @param tvec2 Second translation vector.
416 tvec2, respectively.
420 \f[\begin{array}{l} \texttt{rvec3} = \mathrm{rodrigues} ^{-1} \left ( \mathrm{rodrigues} ( \texttt{rvec2} ) \cdot \mathrm{rodrigues} ( \texttt{rvec1} ) \right ) \\ \texttt{tvec3} = \mathrm{rodrigues} ( \texttt{rvec2} ) \cdot \texttt{tvec1} + \texttt{tvec2} \end{array} ,\f]
431 InputArray rvec2, InputArray tvec2,