搜索资源列表
triangle
- 效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。
3Dmesh.rar
- 实现3D自动划分网格,网格包括三角形、四边形和六面体等,This function is for 3D automatical meshing.
delaunayn
- 用delaunary算法实现数据的三角网格划分-It is an Algorithm of delaunary for Triangular mesh of data
initmesh
- 建立图形的三角分割,能够自动生成三角网格。具有多种增强功能,比如加密网格-INITMESH Build an initial PDE triangular mesh
TRI_MESH_TO_PLY
- 将三角网格表示的3D曲面转换成一个PLY格式的文件-a MATLAB program which converts data describing a triangular mesh of a 3D surface, and reformats it into a data structure suitable for storage as a PLY file
Advancedgraphicscapabilities
- 高级绘图功能 彗星图 二维彗星轨迹图 三维彗星轨迹图 帧动画 色图变幻 Voronoi 图和三角剖分 彩带图 彩带图 伪彩图 切片图 网格图和曲面图特效 显示轮廓线 瀑布效果 带光照模式的阴影图 函数绘图 三维图形控制 视点 灯光效果 色彩控制 -Advanced graphics capabilities of comets comet locus two
chonggou
- 给出三维点云的X,Y,Z坐标,重构出三维图像,其中用到了三角网格法和规则化坐标法。-Given 3D point cloud X, Y, Z coordinates, three-dimensional reconstructed images, which uses a triangular coordinate grid method and rules of law.
geom3d_2011.06.30
- 这是一个基于三角曲面网格实现测地线算法的matlab程序源码-This is an implementation of geodesic (shortest path) algorithm for triangular mesh (triangulated surface) first described by Mitchell, Mount and Papadimitriou in 1987[1] with some minor improvements, extensions and sim
delaunay
- 三角剖分matlab实现的三角剖分,形成网格模型-Triangulation matlab achieve triangulation, to form a grid model
conformal-factor
- 该Matlab程序计算一个三角网格的顶点保角因子CF(conformal factor),每个顶点有一个CF值。CF的histogram用来作为三维形状的全局描述符。 -this code is based on the theoretical of paper Characterizing shape using conformal factor .
Triangle
- 用matlab写的,在一堆网格点上进行三角化,mycrust为主程序-Using matlab written on a pile of grid points to triangulate
DrawCBezierSurface
- 绘制C-Bezier曲面的matlab程序,不同于传统的Bezier曲面,C-Bezier曲面包含代数和三角多项式,能不用有理形式精确表示椭球面片。压缩包中,DrawCBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的C-Bezier曲面均适用。-Draw C-Bezier surfaces matlab program, unlike traditional Bezier surfaces, C-Bezier curve consi
DrawPBezierSurface
- 绘制P-Bezier曲面的matlab程序,不同于传统的Bezier曲面,P-Bezier曲面仅含纯三角多项式。压缩包中,DrawPBezierSurf.m文件可运行,其中可以设置控制顶点和形状因子,可以更改控制网格的颜色。程序对任意m*n阶的P-Bezier曲面均适用。-Draw P-Bezier surfaces matlab program, unlike traditional Bezier curve, P-Bezier surfaces containing only pure tr
normal-triangulation
- 构建三角化网格,并画出每个三角面的法向量的方法(Building triangulation and draw the normal vector of each triangle)
MyCrust090209
- 对点云数据进行三角剖分,重新构建模型,里面有椅子,犀牛,马,大象等动物的点云数据,通过加载点云数据并且运行TestMyCrust文件,绘制出点云数据和网格。(Triangulation of point cloud data and reconstruct the model)
toolbox-graph-master
- matlab工具箱,处理三角网格文件,包括读取,写入,平滑,计算曲率等等(a matlab toolbox for processing triangular mesh,for example, read, write, smooth, simplify, calculate curvature, etc.)