Closed LimHyungTae closed 6 months ago
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.
This PR is a bit subtle, but I revised the functions.
getNormals
was wrongly put as a private function. So I move the placegetInputOrderedTranslationInliers
function to easily visualize the actual inliers after the whole pipeline.