Algorithm: RANSAC
RANSAC came up recently in a paper for a reading group I organize. I thought a Python implementation would make a nice addition to the algorithm bazaar that is gradually growing here at depth first search. Check it out! RANSAC stands for random sample consensus. The idea is that when you want to fit a [...]