Skip to content

implementation of RANSAC for 2D points in C++ with testing/verification code in python

Notifications You must be signed in to change notification settings

GuruMulay/RANSAC_2D

Repository files navigation

RANSAC 2D implementation

Compile:

$ make

Execute:

$ ./ransac_2d points1.txt
$ python create_points.py

Make sure the parameters of RANSAC match in python and C++ codes if you want to test the implementation of C++ code.

You can specify your own input file instead of points1.txt. Input file should be a comma separated file. Currently, all the output is directed to stdout.

RANSAC C++ Python

References:

https://github.com/joekeo/RANSAC/blob/master/main.cpp

http://scikit-image.org/docs/dev/auto_examples/transform/plot_ransac.html

About

implementation of RANSAC for 2D points in C++ with testing/verification code in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published