搜索资源列表
ply_write
- convert Ply format Objects to triangulation mesh surface
calcMeshNormals
- Calculates normals of a mesh. A mesh is without normals if it is constructed using pointCloud2rawMesh.m or is read from a ply or vrml file.
makePly
- Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze from Stanford University. Both are available for fr-Writes a mesh to a ply file (text format) wich can be read by PlyView from Cyberware and Scanalyze
pointCloud2rawMesh
- Same as pointCloud2mesh.m but this one only outputs a mesh. Normals and neighbors of vertices and triangles are NOT calculated to save time. This is sufficient if you want to make a ply or a vrml file of the mesh.