搜索资源列表
sphere3d.rar
- 3d球坐标 球坐标绘图 直角转极坐标 画三维图, SPHERE3D(Zin,theta_min,theta_max,phi_min,phi_max,Rho,meshscale) plots the 3D profile Zin as a mesh plot on a spherical surface of radius Rho, between horizontal sweep angles theta_min and
delaunayn
- 用delaunary算法实现数据的三角网格划分-It is an Algorithm of delaunary for Triangular mesh of data
OperatePly
- 读写ply文件的matlab实现。Writes a mesh to a ply file and Reads a ply file (text format). ply files can be in binary format as we-Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both
PLY_TO_TRI_MESH
- 一个Matlab程序,可以将一个PLY文件格式的多边形网格取面转换成一对数组表示的三角形网格曲面-PLY_TO_TRI_MESH:a MATLAB program which reads data from a PLY file describing a polygonal mesh of a 3D surface,and converts it to a pair of arrays describing a triangular mesh or TRI_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
3
- 这是一个三维画图程序源代码,主要是进行三维网格剖分-It is a three-dimensional drawing program source code, mainly for three-dimensional mesh generation
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
warping-simulation
- 使用matlab编写。使用质点-弹簧模型模拟三维网格的变形过程。-we apply the mass-spring model to simulate the deformation of 3D mesh using matlab
Matlab_Polygons_intersection
- 多边形网格相交区域搜索,MATLAB源程序,含有若干示例-Polygon mesh intersection area search, MATLAB source, contains a number of examples
gridtrimesh
- 通过MATLAB对点云数据生成三维网格,并将三维网格做四边形网格细化处理。其中还有专门生成三维网格点云的MATLAB程序- This example shows how a triangular mesh can be resampled on a meshgrid -generated square grid. We illustrate the usage of both functions gridtrimesh and mxgridtrimesh . These two
LoopSubdivisionLimited
- matlab下实现的Loop Subdivision算法,用来对网格进行细分,平滑网格。-Loop Subdivision Algorithm matlab to achieve, for the mesh subdivision, smooth mesh.