随机采样一致性算法,是在Ziv Yaniv的c++实现上重新实现了一次,加了中文注释,修正了一个错误。便于理解算法实现
☆61Dec 19, 2018Updated 7 years ago
Alternatives and similar repositories for RANSAC
Users that are interested in RANSAC are comparing it to the libraries listed below
Sorting:
- ☆35Nov 17, 2015Updated 10 years ago
- heyijia注释版☆12Jan 6, 2018Updated 8 years ago
- ☆17Oct 9, 2015Updated 10 years ago
- This c++ implementation RANSAC algorithm finds the n best fitting circles out of the given points.☆15Dec 13, 2016Updated 9 years ago
- curve line fitting using ransac