danini / magsac

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

Compare to A-Contrario model #7

Closed cdcseacave closed 4 years ago

cdcseacave commented 4 years ago

Interesting paper, Dani, but I'm very surprised you do not compare your method to existing parameter-free RANSAC methods. For example it would be very useful to compare MAGSAC against the very successful method developed by @pmoulon: P. Moulon, P. Monasse, R. Marlet. Adaptive Structure from Motion with a contrario mode estimation. ACCV 2012

danini commented 4 years ago

Thank you! That comparison is in the paper in Table 1. http://openaccess.thecvf.com/content_CVPR_2019/papers/Barath_MAGSAC_Marginalizing_Sample_Consensus_CVPR_2019_paper.pdf

cdcseacave commented 4 years ago

Thank you! I was speaking about Figure 3, but indeed Table 1 is better than nothing.