I want to use/read an exported mesh file (VTK PolyDataFile or STL
file) from itkSnap in MATLAB.
For that I have to know how the mesh is build and what each line
means? Where stands the first node/vertex and edge/face?
It would be great if anybody can help.
Thank you for your efforts.
Best regards
Uli
--
You received this message because you are subscribed to the Google Groups "itksnap-users" group.
To post to this group, send email to itksna...@googlegroups.com.
To unsubscribe from this group, send email to itksnap-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/itksnap-users?hl=en.
thank you for your fast respond.
The function works and it seems to be the right method for me but I
have some questions about the arguments:
- What is the difference between p.points and p.point_data.data?
- The point coordinates stand in p.point, don't they? I call them nodes.
- Where are the edges (the lines between the nodes) and how are they organized?
Thanks for help.
Best regards
Uli
2011/6/9 Paul Yushkevich <pau...@mail.med.upenn.edu>: