mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
Umeyama is now working with fixed size src and dst points.
This commit is contained in:
parent
66fe5a5f36
commit
7cc9fb5d0a
@ -117,7 +117,7 @@ umeyama(const MatrixBase<Derived>& src, const MatrixBase<OtherDerived>& dst, boo
|
||||
enum { Dimension = EIGEN_ENUM_MIN(Derived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime) };
|
||||
|
||||
typedef Matrix<Scalar, Dimension, 1> VectorType;
|
||||
typedef typename ei_plain_matrix_type<Derived>::type MatrixType;
|
||||
typedef Matrix<Scalar, Dimension, Dimension> MatrixType;
|
||||
typedef typename ei_plain_matrix_type_row_major<Derived>::type RowMajorMatrixType;
|
||||
|
||||
const int m = src.rows(); // dimension
|
||||
|
Loading…
x
Reference in New Issue
Block a user