搜索资源列表
triangle
- 效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。
RANSAC.rar
- :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point
Delaunay
- 用matlab编写的Delaunay三角化的程序,在points里面修改自己的初始点。-Delaunay triangulation using matlab program to modify the initial point, the points inside.
delaunay-triangulation
- 在matlab中用delaunay函数实现三角剖分,在一个三角形区域内,实现简单的均匀的delaunay剖分。-In matlab function implementation using delaunay triangulation, in the area of a triangle, a simple uniform delaunay triangulation.