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.
- Host: GitHub
- URL: https://github.com/philipperemy/ransac-java
- Owner: philipperemy
- Created: 2016-03-02T04:23:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T10:32:39.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T23:42:26.476Z (about 1 year ago)
- Topics: java, ransac
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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