rgbd_rtk
rgbd_rtk copied to clipboard
Reject wrong matches in motion estimator
Add a method in motion class to reject wrong matches using RANSAC.
The method estimate is currently implemented with RANSAC but is not removing wrong matches. Therefore, we could store the indices of the inlier/outlier correspondences in a vector and update both vectors by removing positions marked as wrong, after calling the method.