danini / magsac

The MAGSAC algorithm for robust model fitting without using an inlier-outlier threshold
Other
415 stars 65 forks source link

Difference between paper and code #14

Open ClementRiu opened 3 years ago

ClementRiu commented 3 years ago

Hi,

I have been studying your paper, thanks for uploading your code with it !

I was wondering, when you apply SigmaConsensus, in the paper you use the formula (6) to compute weights, but in the code you only use the exponential part of this formula. Why is the factor \sigma^{-\rho} D(\theta, \sigma)^{\rho - 1} ignored in the computation of the weights ?

Best regards, Clément Riu.