How to get the volume information out of a mesh?

조회 수: 8 (최근 30일)
YE HUICHAO
YE HUICHAO 2011년 11월 27일
I am doing a project recently which requires me to get volume of different parts of pinnaes. The pinnaes are taken by digital camers and transfered to pointcloud .I can transfer the point cloud into 3D mesh. Now I have to find a way to get the volume of each parts,or find something to represent the volume.Professor suggested me to try filling the area with pixals and calculate the number of holes filled.How to do that? Now I have vertices,faces information and I have the stl file of the object. I tried some commands such as tetramesh,imfill,but got nothing valuable. Please help me. Since there is no way to put pictures here,I can just give the data. Just some hints,like how to put pixels into the 3D area and calculate the numbers of them.Thanks
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 11월 27일
http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
http://www.mathworks.com/matlabcentral/answers/13205-tutorial-how-to-format-your-question-with-markup#answer_18098

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

답변 (1개)

Walter Roberson
Walter Roberson 2011년 11월 27일
When I go back through discussions, I see that the recommendation is usually to convert the mesh to tetrahedrons and then to sum the volumes of each of the tetrahedrons. There is a contribution to do the conversion to tetrahedrons at http://www.mathworks.com/matlabcentral/fileexchange/27830-mesh2tetra

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by