regarding .PLY , .STY , .OBJ file extensions
7 次查看(过去 30 天)
显示 更早的评论
does anybody know how to read in the .PLY,.STY,.OBJ extension files in matlab..any info would be very helpful..
3 个评论
Walter Roberson
2011-2-15
I'm having trouble finding anything for .STY except for use as LaTex Style files ?
采纳的回答
更多回答(2 个)
Walter Roberson
2011-2-14
It supports aspects such as vertex shading and vertex normals, not just pure geometry, so a full implementation might take effort.
I seem to recall I was a little confused over the face / vertex representation when I read the documentation before.
2 个评论
Walter Roberson
2011-2-15
.ply file format is describe at
http://local.wasp.uwa.edu.au/~pbourke/dataformats/ply/
Glenn
2011-9-22
Is it possible to export x, y, z, R, G, B data to a .ply file in matlab. If so how can I go about doing this. There doesn't seem to be the function within matlab. I have imported a .ply file using importdata which has been fine. Is it now possible to analyse that data to extract certain points and then place those points in their own ply file so that I can view it in MeshLab?? Any help would be most appreciated cheers, Glenn
1 个评论
Walter Roberson
2011-9-22
I'm not sure. Possibly using the ply_write.m routine from the library mentioned above. Direct link to it is http://people.sc.fsu.edu/~jburkardt/m_src/ply_io/ply_write.m
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Other Formats 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!