mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 16:41:50 +08:00
Fix typo in Umeyama method documentation
This commit is contained in:
parent
71d0402e3e
commit
3a79cc3f5b
@ -87,7 +87,7 @@ struct umeyama_transform_matrix_type
|
|||||||
* \f{align*}
|
* \f{align*}
|
||||||
* T = \begin{bmatrix} c\mathbf{R} & \mathbf{t} \\ \mathbf{0} & 1 \end{bmatrix}
|
* T = \begin{bmatrix} c\mathbf{R} & \mathbf{t} \\ \mathbf{0} & 1 \end{bmatrix}
|
||||||
* \f}
|
* \f}
|
||||||
* minimizing the resudiual above. This transformation is always returned as an
|
* minimizing the residual above. This transformation is always returned as an
|
||||||
* Eigen::Matrix.
|
* Eigen::Matrix.
|
||||||
*/
|
*/
|
||||||
template <typename Derived, typename OtherDerived>
|
template <typename Derived, typename OtherDerived>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user