MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.69k stars 333 forks source link

Revise get functions & (minor) fix typos in the comments #185

Closed LimHyungTae closed 1 month ago

LimHyungTae commented 1 month ago

This PR is a bit subtle, but I revised the functions.

LimHyungTae commented 1 month ago

input_ordered_inliers To better understand, I simply drew what getInputOrderedTranslationInliers is for as an example (see e3d6374). In turn, a user might want to get {1, 2, 7}, which corresponds to the order of raw src (or tgt), not {0, 1, 3}, which is returned by the getTranslationInliers function.