搜索资源列表
SooChow_2D
- 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
54517008
- vb实现的三角剖分。包括源代码和执行文件。
2dDelaunay2
- 2维空间的delaunay剖分 比较好理解 虽然复杂度大了点 呵呵
triangle_source
- 实现2D网格剖分,有限元分析时很有用,从国外的开源网站上下载的,使用过,很方便
Delaunay
- 在Delphi7.0环境下实现平面上散乱数据点的Delaunay三角剖分
triangle
- 效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。
delaunay
- 利用Delaunay三角剖分算法来进行的三维建模技术在建筑,地质地形勘测,医学图像建模,动画设计等各方面都有广泛的应用。本软件实现逐点插入算法,并且在综合参考以往逐点插入算法的基础上,提出自己的想法,在某些具体细节上进行改进。
testDelaunay
- 通过鼠标任意点击形成任意点集合,可进行delaunay三角网格剖分,对于初学网格剖分或者对网格剖分有困难的,是一个很好的学习源码。
set_font_demo
- 实现voronoi剖分?迪講oronoi剖分实现voronoi剖分
delaunay
- void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
PolygonTriangulation_src
- c#实现的简单多边形的三角剖分工程文件 -PolygonEarCutting
DEMLAST
- 一个好用的Delaunay剖分代码,基于MFC-Delaunay partition of a code-to-use, based on the MFC
Monotone_polygon_partition
- 给定一个单调多边形,基于割耳朵算法,我们可以将这个多边形三角剖分-given a monotone polygon,based on the ear-cutting method, we can get a triangle partition.
triangulation
- 动态规划实现对多边形的三角剖分,顺时针定义各个顶点值实现最优剖分。-Dynamic program to achieve triangulation of the polygon.Clockwise to definit the value of each vertex achieve the optimal split.
RandomPointsDelaunayVc
- 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。-The demo can show an example of delaunay and the a algorithm is not very fast.
DT
- Delaunay三角剖分的Windows图形界面源码-Delaunay triangulation of the Windows graphical interface Source
femtri
- 有限元的三角形剖分,节点标号,单元标号,很适合用于电磁场等有限元的求解-fem can use to answer EMT and so on
Delaunay
- 三角剖分Delaunay算法的快速生成方法。加快图像变形的速度。-Delaunay triangulation algorithm for fast generation method. Accelerate the speed of image distortion.
Delaunay-base
- delaunay图像三角剖分基础算法,也有其快速算法。-delaunay triangulation based algorithm for image, but also its fast algorithm.
2D_poufen
- 平面上离散的点的三角剖分的实现,能够较好的完成三角剖分-The plane discrete points triangulations on the plane to the point of discrete triangulations implementation, to better finish triangulations
