MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.81k stars 344 forks source link

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

Closed LimHyungTae closed 6 months ago

LimHyungTae commented 6 months ago

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

LimHyungTae commented 6 months 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.