PROSAC algorithm in python
Last updated Feb 5, 2026
47
Stars
7
Forks
0
Issues
0
Stars/day
Attention Score
44
Topics
Language breakdown
Python 100.0%
▸ Files
click to expand
README
RANSAC and PROSAC algorithms in python
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/
Installation
pip install prosac
Usage
See the examples directory for examples of usage.
Installation from source
Add the following line in your requirements.txt:
git+https://github.com/willGuimont/PROSAC🔗 More in this category