Posts Tagged ‘ransac.js’

Ransac.js

April 22nd, 2012

Recently I’ve been reading a very interesting paper about a threshold-free Ransac solution called Recon (stand for REsidual CONsensus). The video presentation is very interesting and makes me realize that Ransac is a very visual algorithm! Thus I’ve decided to create a javascript implementation which draw each iterations on a Html5 canvas. I’ll try to implement Recon as well.

Illustrations from Wikipedia
Input points Estimated fitting line

->Launch live demo<-


Animated GIF of the iterations

Share