Computer Vision and other Fun

Jamil Draréni

AnySac: a collection of Ransac like algorithms.

Ransac is a robust algorithm used to fit a model on noisy data. Since its original formulation, a dozens of different flavours have been proposed. This is an attempt to implement the most popular ones.

For this first version, I have only implemented the classical Ransac as described here. You can clone it from my github page. The source is a single header-only file and a simple line fitting example.

xxxxxxxxxx
100:0