搜索资源列表
bobust
- 霍夫变换和RANSAC... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -observe that Hough transform and RANSAC can estimate line parameters even with outliers. Write a program to estimate the parameters of a 2D circle.
ransac
- ransac,鲁棒性估计,多用于线估计,圆估计,等利用了概率论的知识,哈哈,互相学习一下-ransac, line detection, circle detection
CircleFitting
- This is circle fitting algorithm using RANSAC.
RandomCircle3D
- 空间圆 拟合代码 RANSAC 算法 通过测试,可以处理点云数据。-Spatial circle fitting code with RANSAC algorithm through the test, you can handle the point cloud data.
Ransac
- 随机抽样一致性算法, 实现圆的拟合, C Sharp 程序(Random sampling consensus algorithm to achieve circle fitting, C Sharp program)
Ransac拟合直线和圆
- C# 实现直线拟合,圆拟合 ransac算法,剔除忽略点(C# realizes line fitting and circle fitting with ransac algorithm to eliminate the ignored points)