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