matlab对ply文件格式的读取和显示.docVIP

  • 67
  • 0
  • 约1.83万字
  • 约 17页
  • 2018-01-26 发布于浙江
  • 举报
matlab对ply文件格式的读取和显示

MATLAB对ply文件格式的读取和显示 首先是这个ply_read.m文件 [plain] view plain copy print?在CODE上查看代码片派生到我的代码片 function [ Elements, varargout ] = PLY_READ ( Path, Str ) %*****************************************************************************80 % %% PLY_READ reads a PLY 3D data file. % % [DATA,COMMENTS] = PLY_READ(FILENAME) reads a version 1.0 PLY file % FILENAME and returns a structure DATA. The fields in this structure % are defined by the PLY header; each element type is a field and each % element property is a subfield. If the file contains any comments, % they are returned

文档评论(0)

1亿VIP精品文档

相关文档