Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 384 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 384 Bytes

RansacSolver

My own implementation of the RANSAC algorithm using the fitting model LineModelND

This repo contains two python files, each containing a class to generate points and use a ransac solver (respectively) to fit a line across the points.

The implementation of these lasses can be found in the Jupyter Notebook along with a visualization of the points and line fitting.