比较有用的网格划分算法,Delaunay算法,希望对大家有用。
2019-12-21 22:01:38 8.2MB Delaunay 三角网格 网格划分算法
1
需要补洞模型要自己去找,解决了立体补洞的难题。
2019-12-21 21:19:09 33.62MB openmesh 三角网格 补洞
1
针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。-For scattered point data, construct a triangle mesh, and track the contour, followed by filling algorithm. Implementation annex contains the source code project (VS2008), programming and debugging, documentation notes, test data.
2019-12-21 21:15:52 1.42MB 离散点 等值线 云图 三角网格
1
由点云数据生成mesh的区域算法,是一种方便使用的算法,容易理解和移植。
2019-12-21 21:14:53 423KB 点云 mesh 三角网格 区域增长
1
matlab工具箱,处理三角网格格式的三维物体。三角网格格式是指存储了物体的顶点和三角面片的顶点索引;工具箱包括读取,平滑,计算距离等等很多基本的函数,对于初学者非常有用。
2019-12-21 21:00:27 1.93MB 三角网格 matlab
1
matlab代码,可将三角网格网格转换成深度图,深度值是由三维点的z值计算而来
2019-12-21 21:00:27 6KB 点云转深度图
1
Delaunay算法的matlab实现,一种经典的三角网格划分方法。
2019-12-21 20:58:53 141KB 三角网格划分
1
里面的网址现在找不到了,但是资源又删不了,请大家不要下载了。 一个日本人的3D曲面逼近相关的科研成果,包括原始数据、代码及其发表的文章。内有详细列表及网址链接,有兴趣的可以下载看看。附其中一篇文章的题目及摘要: Sparse Low-degree Implicit Surfaces with Applications to High Quality Rendering, Feature Extraction, and Smoothing Abstract We propose a new surface representation delivering an accurate approximation to a set of points scattered over a smooth surface by Sparse Low-degree IMplicits (SLIM). The SLIM surface representation consists of a sparse multi-scale set of nonconforming surface primitives which are blended along view rays during the rendering phase. This new representation leads to an interactive real-time visualization of large-size models and delivers a better rendering quality than standard splatting techniques based on linear primitives. Further, SLIM allows us to achieve a fast and accurate estimation of surface curvature and curvature derivatives and, therefore, is very suitable for many non-photorealistic rendering tasks. Applications to ray-tracing and surface smoothing are also considered.
2019-12-21 20:23:50 437KB 三角网格 可视化反射线 谷脊线 VS
1
用三角形拟合球体,生成.obj文件。输出每个三角形的顶点,以及组成每个三角形的三个顶点
2019-12-21 20:04:14 7KB 三角 球体 网格
1
等值线是一种离散数据的图形表示方法,在水利、土木、地质、石油勘探等工程和技术领域内广泛的应用。常规的等值线绘制通常采用网格法,其绘制的步骤一般为:离散数据网 格化;等值点的计算;等值线的追踪;光滑和标记等值线等。等值线图的显示方式一般有两种:(1)等值线显示,即采用线条上加注数值标记的方式显示数据,这种方式的特点是简捷;(2)采用彩色填充的方法来显示数据,既用不同的颜色来显示不同的数据,这种方法的特点是比较直观。两种方法的计算机实现也各不相同,一般来说,它们都需要将数据进行要用 到的网格网格化。第一种方法必须进行等值线的追踪、光滑和标记等值线。而第二种方法可以在追踪出等值线的基础上进行,也可以不做等值线的追踪直接在网格数据上进行操作。 方法实现的难易程度各不相同
2019-12-21 19:40:52 1.9MB 三角网格法 等值线
1