CH0728 在 2011-04-18 11:44:53 上传
说明:基于OPENCV的三角剖分算法代买,用于图像变形。
开发平台:Visual C++ | 大小:1328KB | 下载75次
CH0728 在 2011-04-18 09:48:17 上传
说明:Delaunay三角形网格化算法,用于图像处理。
开发平台:Visual C++ | 大小:22KB | 下载20次
dxz_0008 在 2011-04-12 16:31:42 上传
说明:使用Delaunay算法对离散的输入点进行三角划分
开发平台:Visual C++ | 大小:5KB | 下载21次
xwz519 在 2011-04-06 10:36:07 上传
说明:构建Delaunay三角网的VB源程序,用于数字地形、数字高程模型建立
开发平台:Visual Basic | 大小:19KB | 下载17次
xjtu_zbl 在 2011-04-03 15:55:16 上传
说明:基于德洛内三角分解的有限元划分,可形成刚度总阵
开发平台:matlab | 大小:3KB | 下载127次
modiravindra 在 2011-03-29 17:59:17 上传
说明:High Quality Visual Hull Reconstruction by Delaunay Refinement
开发平台:matlab | 大小:598KB | 下载43次
LJY20073005071 在 2011-03-24 17:01:04 上传
说明:简单多边形的三角剖分,在计算机图形学及地学问题三维重建领域有着广泛的应用.根据简单多边形的定义和三角剖分原则,提出了一种简单多边形三角剖分的算法,该算法通过判断某顶点和基边之间的位置来实现对简单多边形的三角剖分算法实现简单容易理解适用于任意简单多边形的三角剖分
开发平台:Visual C++ | 大小:1897KB | 下载65次
lw3171796 在 2011-03-23 10:10:38 上传
说明:基于opencv的Deluanay抛分算法,可以实现点到面的扩散
开发平台:Visual C++ | 大小:1336KB | 下载14次
永远有李 在 2011-03-04 15:10:12 上传
说明:三角剖分是实现等值线绘制必经之路,本程序可以用来模拟用户输入的点是如何实现三角剖分的
开发平台:Visual Basic | 大小:17KB | 下载14次
guayisi 在 2011-02-25 13:22:34 上传
说明:数字高程模型DEM构建Delaunay三角网
开发平台:Visual Basic | 大小:19KB | 下载9次
cacerlin 在 2011-01-25 13:53:36 上传
说明:一个快速实现三维凸包的程序,并且有Delaunay三角化,半平面交,voronoi图。
开发平台:C/C++ | 大小:1306KB | 下载168次
skylin 在 2011-01-14 11:33:20 上传
说明:主要探讨了以Delaunay三角剖分的逐点插入法为基础构建不规则三角网的方法,并在程序设计中对该算法进行了改进,极大地提高了Delaunay三角网的构建效率
开发平台:Visual C++ | 大小:99KB | 下载55次
khalid23004 在 2010-12-29 20:23:47 上传
说明:this help to draw delaunay triagles is input x,y to vectors represent coordinate of points for exemple p1(1,2) ,p2(3,4) p3(5,6) then x=[1,3,5] and y=[2,4,6]
开发平台:matlab | 大小:1KB | 下载50次
histoneszh 在 2010-12-16 22:38:17 上传
说明:Delaunay三角剖分,来自codeguru,原为VC.net 2003,现修改为 VC6.0 SDI, 支持IE ReBars
开发平台:Visual C++ | 大小:74KB | 下载97次
lutao20051495 在 2010-12-14 00:08:31 上传
说明:This tool is a simplification of the ballpivoting algorithm. It imagines a bella eating a delaunay traignulation in order to extract a manifold surface. It requires a single parameter: radius of the fretting ball. Ball Fretting Given a uniform sampled filled point cloud returns a tight triangulation. Input: ■tetr: a set of tetraedrons, nx4 array. If the cloud is not tesselated yet you need to call a delaunay triangulator prior calling this function. ■p : nx3 array, 3D set of points. ■r : the only parameter of the algorithm, the radius of the fretting ball Output: ■t : triangles ids, nx3 array ■tnorm: normals of triangles with outwards orientation
开发平台:matlab | 大小:832KB | 下载41次
vtetdkjcel 在 2010-11-30 18:27:51 上传
说明:在结构力学计算中,可以用来分析连续梁的内力
开发平台:Visual Basic | 大小:10KB | 下载10次
capet 在 2010-11-30 16:00:32 上传
说明:Delaunay三角剖分算法介绍和c++源码。代码封装了其他人的代码包,在cygwin和redhat下编译通过。
开发平台:C++ | 大小:2637KB | 下载39次
nadirnourain 在 2010-11-11 16:23:14 上传
说明:Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points. Points can be of any (within reason) dimension. nearestneighbour can be used to search for k nearest neighbours, or neighbours within some distance (or both) If only 1 neighbour is required for each point of interest, nearestneighbour tests to see whether it would be faster to construct the Delaunay Triangulation (delaunayn) and use dsearchn to lookup the neighbours, and if so, automatically computes the neighbours this way. This means the fastest neighbour lookup method is always used.
开发平台:matlab | 大小:30KB | 下载71次
NANNAN111 在 2010-11-04 13:03:40 上传
说明:在linux下的三维点云构网,是学习构网的基础,同时在Linux下
开发平台:C/C++ | 大小:931KB | 下载6次
samersamer 在 2010-10-25 05:32:07 上传
说明:MEX routines that can be a faster alternative to the Matlab built-in Delaunay triangulator
开发平台:matlab | 大小:1KB | 下载27次
liuyanjv@tom.com 在 2010-10-04 14:02:59 上传
说明:A robust visualization method for reconstruct in surfaces from 3D scattered points with normals is proposed. The method is based on both the Delaunay tetrahedralization and the implicit function.The method enable storeduce total computational costs of the surface visualization by using the Delaunay tetrahedralization mainly. Even if some unexpected face sare generated in a result of the Delaunay tetrahedralization,the method can modify the result by using an implicit function.
开发平台:Visual C++ | 大小:1172KB | 下载124次
KIDXT 在 2010-09-29 09:38:13 上传
说明:QHull Delaunay Triangulation
开发平台:C/C++ | 大小:659KB | 下载11次
guosd08 在 2010-09-07 22:01:45 上传
说明:二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。
开发平台:Fortran | 大小:6KB | 下载89次
gaoyining 在 2010-08-26 10:59:39 上传
说明:三维重建中散乱点云数据的常用网格生成算法delaunay三角网格生成算法
开发平台:Visual C++ | 大小:1903KB | 下载851次
lexi 在 2010-08-19 18:47:31 上传
说明:delaunay三角化程序 delaunay三角化程序 delaunay三角化程序
开发平台:Visual C++ | 大小:47KB | 下载37次
zjez126 在 2010-07-01 21:30:58 上传
说明:Vomnoi图及其对偶Delaunay三角剖分,目前广泛应用于计算机图形生成、CAD/CAM 和有限元方法等领域,特别是近十年来,随着计算机图形学的发展,三维图形生成技术的需求,受到了学术界的极大关注.
开发平台:Delphi | 大小:45KB | 下载21次
jianghaidong888 在 2010-07-01 16:37:03 上传
说明:Delaunay三角网的VB源程序,经检验可用,代码质量可靠
开发平台:Visual Basic | 大小:59KB | 下载10次
tuzi1987 在 2010-06-30 09:16:37 上传
说明:实现二维Delaunay网格化,可用鼠标确定构网点
开发平台:Visual C++ | 大小:1962KB | 下载11次
Czhouhong 在 2010-06-22 16:28:43 上传
说明:读入数据,利用OpenGL函数用三角网格的形式画出地面,并实现了缩放、旋转、纹理等功能
开发平台:Visual C++ | 大小:115KB | 下载418次
rainuni 在 2010-06-19 10:08:57 上传
说明:对lidar数据进行处理,并建立delaunay三角网
开发平台:matlab | 大小:352KB | 下载326次