Open3d: Inaccuracy in information matrix calculation

Created on 18 Apr 2019  路  1Comment  路  Source: intel-isl/Open3D

calculation of information matrix in (Open3D/Registration/Registration.cpp@374) is inconsistent with documentation.
according to: http://redwood-data.org/indoor/registration.html, matrices, matrix init at line 392 and 387 should be zero, and not identity

possible bug

Most helpful comment

I think you are right.
@syncle take a look?
https://github.com/intel-isl/Open3D/blob/e8517a6902b4979fdadb2bd526aa0b66e621e203/src/Open3D/Registration/Registration.cpp#L392
This line should be:

    Eigen::Matrix6d GTG = Eigen::Matrix6d::Zero();

>All comments

I think you are right.
@syncle take a look?
https://github.com/intel-isl/Open3D/blob/e8517a6902b4979fdadb2bd526aa0b66e621e203/src/Open3D/Registration/Registration.cpp#L392
This line should be:

    Eigen::Matrix6d GTG = Eigen::Matrix6d::Zero();
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Timu777 picture Timu777  路  3Comments

samarth-robo picture samarth-robo  路  3Comments

mike239x picture mike239x  路  4Comments

taochenshh picture taochenshh  路  3Comments

lordlycastle picture lordlycastle  路  3Comments