搜索资源列表
VC++Delaunay
- 一个非常强劲的VC++编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用。-a very strong part of the VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful.
delaunay
- 基于OPENCV的,vc++ 图象处理程序. Delaunay三角形和Voronoi划分的迭代式构造.
delaunay
- delaunay三角网构建visual studio 2005 c#
Delaunay
- 一个绘制 Delaunay 三角网的程序,对于学习 GIS 的程序员来说可以学习
delaunay
- 利用delaunay算法作三角网格,很不错的代码
Delaunay三角剖分
- C# Delaunay三角剖分程序
Delaunay
- 用C++编写的Delaunay三角网实现算法-Using C++ to prepare the Delaunay triangulation algorithm
Delaunay
- 读入三角形点信息,生成Delaunay三角形-Delaunay Maker
triTIN
- 程序生成TIN三角形,根据2D或者3D的离散点生成,分析-This program generates Triangulated Irregular Network, or TIN from scattered points on two-dimensional plane based on Delaunay s triangulation. This data structure allows data to be displayed as three-dimensional surface,
Delaunay_triangle_grid
- 一个简单的读入数据绘制Delaunay三角网的代码-A simple demo of reading data and painting Delaunay triangle grid
TIN_Voronoi
- 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
Sco Ote R Visual ization Studio
- 三角网格法绘制等值线的实现语言C#,源码编译通过。-Delaunay triangulation is interactive editing algorithm design and implementation of scientific papers published surveying and mapping
delaunay
- 实现Delaunay算法的实现,时效性好,算法运行稳定,节省时间-Delaunay algorithm to achieve the realization of timeliness good algorithm stable operation, saving time
Delaunay
- 用于三角网生成,通过绘制散点,自动生成三角网-Delaunay
DynamicDelaunay
- Delaunay triangulation is one of the most well known algorithms for space tesselation. Dynamic Delaunay triangulation, in which you can update the input points using a predefined matrice for saving points, is presented in this document.
delaunaysanjiaopoufen
- delaunay三角剖分程序,能运行,可以显示 -delaunay三角剖分程序,能运行,可以显示
TriNETe
- delaunay三角网源程序 对DEM三角网生成有一定的帮助作用-delaunay triangulation source
DelaunayTrigX
- Delaunay三角剖分,来自codeguru,原为VC.net 2003,现修改为 VC6.0 SDI, 支持IE ReBars-Delaunay Triangulation Algorithm Implementation by VC6.0, original imp VC.net 2003 (From codeguru ).
Construction-of-Delaunay
- 数字高程模型DEM构建Delaunay三角网-DEM digital elevation model constructed Delaunay triangulation
Delaunay算法
- 利用随机增量法与DCEl数据结构完成Delaunay算法(C#),程序内附大量注释,能够帮助完成对数据结构及Delaunay算法的了解。(Fast generation of Delaunay triangulation)