Least-Median- of-Squares (LMedS)
Is any code for Least-Median-of-Squares (LMedS) based on opencv exist?
I need this method to solve overdefined sparse system of linear equations.
Is any code for Least-Median-of-Squares (LMedS) based on opencv exist?
I need this method to solve overdefined sparse system of linear equations.
Look at the sources of findHomography()
. It uses it internally if called with the appropriate flag.
Asked: Jun 6 '13
Seen: 1,732 times
Last updated: Jun 06 '13