regarding .PLY , .STY , .OBJ file extensions

does anybody know how to read in the .PLY,.STY,.OBJ extension files in matlab..any info would be very helpful..

댓글 수: 3

Walter Roberson
Walter Roberson 2011년 2월 14일
Should that be .STL instead of .STY ??
ramakrishna bathini
ramakrishna bathini 2011년 2월 14일
its .STY file type
Walter Roberson
Walter Roberson 2011년 2월 15일
I'm having trouble finding anything for .STY except for use as LaTex Style files ?

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2011년 2월 15일

1 개 추천

If I can convince you that you did mean .STL after all, then there is a script to read such files in binary or ascii format, here
There is a library available for reading and writing PLY files in Matlab, here

댓글 수: 1

ramakrishna bathini
ramakrishna bathini 2011년 2월 15일
the link was awesome...the program Ply_to_tri_mesh did half the job....now i am left with hardest thing i think the unwrapping of the cylindrical 3d object onto the 2D plane

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Walter Roberson
Walter Roberson 2011년 2월 14일

0 개 추천

A description of Lightwave's .OBJ format can be found here
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

ramakrishna bathini
ramakrishna bathini 2011년 2월 14일
thank you for the .obj format info..it was very useful indeed...
Walter Roberson
Walter Roberson 2011년 2월 15일
.ply file format is describe at
http://local.wasp.uwa.edu.au/~pbourke/dataformats/ply/

댓글을 달려면 로그인하십시오.

Glenn
Glenn 2011년 9월 22일

0 개 추천

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
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

댓글을 달려면 로그인하십시오.

카테고리

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by