An open API service indexing awesome lists of open source software.

https://github.com/philipperemy/ransac-java

Implementation of the Ransac algorithm written in Java.
https://github.com/philipperemy/ransac-java

java ransac

Last synced: 11 months ago
JSON representation

Implementation of the Ransac algorithm written in Java.

Awesome Lists containing this project

README

          

# Minimalist implementation of the RANSAC algorithm in Java

More information here: https://en.wikipedia.org/wiki/Random_sample_consensus


RANSAC Example 1