lmeds in solvePnPRansac

asked 2014-03-19 07:23:49 -0600

Guido gravatar image

Hi there,

I am having some troubles having a stable solution with iterative solvePnPRansac with SIFT features. Iterative solvePnPRansac uses a Levemberg-Marquardt (LM) minimization step to refine an initial estimate. I have been told results could get better using Least Median of Squares (LMedS) in the LM step because it will remove the outliers RANSAC missed.

Is there a way to add LMedS to solvePnPRansac which doesn't imply recoding the solvePnP function ?

Best regards,

Guido

edit retag flag offensive close merge delete