搜索资源列表
WindowsApplication5
- 采用C#建立Delaunay三角网同时可以生成Voronoi图。
delaunay
- 本程序使用c#语言进行编程将散点生成TIN不规则三角网-using CSHARP to create TIN
Delaunay-Triangle
- 同时实现三角网和凸包的生成!内附离散点数据!-Triangle network and the convex hull generated at the same time! Enclosing the discrete point data!
DEMDelaunay
- 生成Delaunay三角网,先自动生成点,再生成凸包,再生成三角网-Generating Delaunay triangulation, the first automatic generation point, and then generate the convex hull, and then generate triangulation
e56b651fceac
- Delaunay三角网,及Voronoi三角形生成,实现用户加点,自动生成功能-production of Delaunay and Voronoi .people can add points and automatic producing
GisSpatialAnalysisWpf
- 运用Delaunay三角网法生成TIN,当向界面画点以后,能自动生成TIN。-Using Delaunay triangulation method to generate TIN, when after the draw point interface that can automatically generate TIN.
tin三角网
- 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)