momo icon indicating copy to clipboard operation
momo copied to clipboard

Is there any way to get together with the pose, also the inlier matches?

Open johannes-graeter opened this issue 4 years ago • 1 comments

Question from @dannyway03 issue #3 :+1: A side question, is there any way to get together with the pose, also the inlier matches?

johannes-graeter avatar Apr 21 '20 13:04 johannes-graeter

Yes, the optimizer uses robust loss functions in order to reduce the influence of outliers. The outlier detector https://github.com/johannes-graeter/momo/blob/master/include/momo/outlier_detector.hpp Evaluates the amount that the measurements are downweighted for the final result. If they are above a certain threshold they are marked as outlier.

Best, Johannes

johannes-graeter avatar Apr 21 '20 14:04 johannes-graeter