Azzera filtri
Azzera filtri

Calculate the volume of 3D models

1 visualizzazione (ultimi 30 giorni)
lina
lina il 13 Set 2013
Hello,
How to calculate the volume of these 3D models using vertices and faces and edges?
Thanks.
  1 Commento
Roger Stafford
Roger Stafford il 13 Set 2013
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.

Accedi per commentare.

Risposte (1)

Simon
Simon il 13 Set 2013
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));

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by