Matlab读取ply文件,polydata

PLY_IO 
Read or Write a PLY File


PLY_IO is a MATLAB library which reads or writes data describing a polygonal mesh in a PLY file.

PLY file contains a sophisticated data structure describing a polygonal surface. A triangulated mesh is a very simply case of such a surface; a PLY file can also describe a mesh surface involving higher order polygons, and it can contain auxilliary information about normal vectors and so on.

TRI_MESH or triangulated mesh surface, is described by a pair of arrays:

  • node coordinate array containing the coordinates of nodes;
  • triangle

你可能感兴趣的:(Matlab读取ply文件,polydata)