当前位置:
首页 资源下载
搜索资源 - ransac c source code
搜索资源列表
-
0下载:
vl-sift source code including ransac and matching,vl-sift source code including ransac and matching
-
-
2下载:
用VC++实现了ransac算法,可以用于图像匹配时去除错误匹配等,代码是可用的。,Using VC++ implementation of the RANSAC algorithm, image matching can be used to remove the error when the match and so on, the code are available.
-
-
2下载:
随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
-
-
0下载:
几个项目运用了opencv,需先安装opencv
项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上
项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。
项目carmen是使用opencv卡尔曼滤波的例子。
项目ransac是ransac算法的例子。
toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
-