搜索资源列表
RANSAC
- 随机抽样一致性算法,在含有噪声点的样本中,寻找拟合直线-Random consistency algorithm in noisy point samples, looking for straight line fitting
RansacLine
- RANSAC随机采样一致性算法 最轻大的拟合直线算法-RANSAC random sampling, the algorithm of consistency light fitting line algorithm
RANSAC-gb
- Ransac(随机抽样一致性估计)拟合直线,将网上的算法进行了整理修改,RawData1.txt与RawData2.txt为测试数据,result.txt为去除外点以后的数据-Ransac Random sample console for Line
ransac
- ransac算法实现.Ransac算法 算法 用于在一群样本中去掉噪声样本,得到有效的样本采用随机抽样验证的方法-ransac algorithm
RANSIC1
- ransac分类器,应用于二维点,自带检测算法(RANSAC classifier, applied to two-dimensional points, comes with detection algorithms)
ransac算法 C++编写 多线程版
- 这是ransac算法,用 C++编写,是一个面向 多线程应用的版本 可以参考README.txt使用