搜索资源列表
delaunay_demo
- 这个是delaunay三角网的算法实现,程序效率不高,仅供研究参考。-This is a triangular network nodes algorithm, the efficiency is not high, for research purposes only reference.
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.
Vc_Tin
- 这是一个用BORLAND C++ BUILBER 5 编写,能从一个文本文件导入数据,并建立delaunay三角网。需要的可以看看!!内有详细说明!! 作者 :jiangzx 编写时间:2004.4.18-with BORLAND C BUILBER 5 preparation, from a text file import data and the building of nodes triangulation. Needs can see! ! Within a detailed
delanay_all
- 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。-then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate s
delaunay
- 基于OPENCV的,vc++ 图象处理程序. Delaunay三角形和Voronoi划分的迭代式构造.
1_080508153123
- VC++开发的构建的Delaunay的程序,非常强大 是根据逐点插入法构键的
Delaunay_VB
- VB实现的Delaunay算法,快速高效的显示Delaunay三角形
c_sharp
- delaunay Triangulation
voronoi图形的构建
- 关于voronoi图形的c语言构建!!
cvery_54517008.rar
- 用vb编写的Delaunay三角剖分算法源码,Vb prepared using Delaunay triangulation algorithm source code
2d Delaunay 2
- 2dDelaunay2.rar
triangle
- 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征: 1、Delaunay三角网是唯一的; 2、三角网的外边界构成了点集P的凸多边形“外壳”; 3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。 4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
opencvbasedDelaunay
- 用opencv写的Delaunay三角形和Voronoi划分的迭代式构造-Opencv Writing with the Delaunay triangles and Voronoi division of iterative structure
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,
Sco Ote R Visual ization Studio
- 三角网格法绘制等值线的实现语言C#,源码编译通过。-Delaunay triangulation is interactive editing algorithm design and implementation of scientific papers published surveying and mapping
vbCode_Delaunay
- 构建Delaunay三角网的VB源程序,内容包括源代码和可运行程序-Construction of Delaunay triangulation of the VB source code, including source code and run the program
DelaunayDelaunay
- 一个三角剖分算法示例,用mfc做的界面,适用于教研参考-a delaunay Delaunay algorithm demo use mfc frame.
Ccode2
- Delaunay triangulation C(C++)code, from prof. Joseph O Rourke. (computer graphic related)
vc-Delaunay-triangulation
- Achieved with vc Delaunay triangulation of an arbitrary polygon
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。