Calculate the volume of 3D models

Hello,
How to calculate the volume of these 3D models using vertices and faces and edges?
Thanks.

댓글 수: 1

Roger Stafford
Roger Stafford 2013년 9월 13일
You need depth information to get the volume and that is missing in your images. There is no way to do what you ask as things stand.

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

답변 (1개)

Simon
Simon 2013년 9월 13일

0 개 추천

Hi!
You can calculate the volume if you create a 3d mesh (e.g. with tetrahedrons) of the models. But this is not trivial!
If you have this you just sum up the volumes of all tetrahedrons. This is easily done using
V = 1/6 * dot(a, cross(b,c));

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

질문:

2013년 9월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by