搜索资源列表
RANSAC.rar
- 利用VC++实现RANSAC算法,文件利用c++风格编写,通俗易懂,Using VC++ to achieve RANSAC algorithm, the file using c++ style of writing, easy to understand
RANSAC.code.Ziv.Yaniv
- 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
Ransac
- Ransac Algoritm in C++, I ts usefull in Artificial Vision (see: http://en.wikipedia.org/wiki/RANSAC)
RANSAC_LineFitting
- A simple ransac implementation in C++. It cannot be used without modification. INCOMPLETE.
RANSAC
- RANSC 的代码,使用C++完成,内附小例子,能够指导你如何使用-the code of RANSAC
RANSAC
- 使用c++编程,使用描述RANSC算法进行滤波,提取直线或园-To use c++ programming, by filtering to use descr iptive RANSC algorithm, to extract a straight line or park
SIFT_and_ransac
- 用c++实现sift特征点的检测,匹配,并用RANSAC滤除掉误匹配点,在VC2008运行效果不错。-With c++ achieve sift feature point detection, matching, and filtered out using RANSAC mismatching points, the VC2008 run good results.
RANSAC_LineFitting
- A simple ransac implementation in C++. It cannot be used without modification. INCOMPLETE.
RANSAC_LineFitting
- A simple ransac implementation in C++. It cannot be used without modification. INCOMPLETE.
Ransac拟合直线和圆
- C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)