Robust Kernels in Generalized ICP and Metric Comparisons #7184
                  
                    
                      MichalisPapadakis
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
This tutorial mentions that Robust Kernels "have been only implemented for the PointToPlane ICP". However, when I tested them with Generalized ICP, I still got results, and the transformation differed from using the default kernel.
So, I have two questions:
question 1:
Have the kernels been implemented also for other types of ICP?
question 2:
Can i compare the
fitness_orinlier_rmse_using different kernels to see what settings best fit my application, or the comparison between them does not make sense?I am asking this, as both
fitness_andinlier_rmse_in RegistrationResult mention "inlier correspondences". However, the way i understand the iteratively reweighted least-squares (IRLS) as described here, is that it just adjusts the weight of the outliers, without removing them for the ICP procedure.I’d love to understand how the kernel impacts these metrics. Any insights would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions