This package provides an implementation of the RANSAC and PROSAC algorithms in Python. This implementation draws inspiration from prosac.c.
Explanation of the PROSAC algorithm can be found at: https://willguimont.com/blog/prosac-algorithm/
pip install prosacSee the examples directory for examples of usage.
Add the following line in your requirements.txt:
git+https://github.com/willGuimont/PROSAC