搜索资源列表
3Dmesh.rar
- 实现3D自动划分网格,网格包括三角形、四边形和六面体等,This function is for 3D automatical meshing.
delaunayn
- 用delaunary算法实现数据的三角网格划分-It is an Algorithm of delaunary for Triangular mesh of data
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
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)