Borrar filtros
Borrar filtros

How to calculate volume of a 3D object by Convhulln?

1 visualización (últimos 30 días)
yu sh
yu sh el 3 de Ag. de 2016
Comentada: naomy_yf el 14 de Dic. de 2021
Hello everyone,
I have 3d center coordinates and radii of an object which is made up of poly-disperse spheres (as shown in the figure). I want to compute the total volume of the object by using convhulln, please guide me the right way to do it. I want to include the input of 3D center coordinates and radii as well in order to get the total volume of the object. (I have done it by simply giving center coordinates as input the volume value came out as very small)

Respuestas (1)

Steven Lord
Steven Lord el 3 de Ag. de 2016
The object shown in your diagram is not convex. You might get a better result using an alphaShape instead of a convex hull.
  2 comentarios
yu sh
yu sh el 5 de Ag. de 2016
Editada: yu sh el 5 de Ag. de 2016
Thankyou Steven, I will try alphaShape. My study requires comparison of volume by different methods. DO you have any idea how can I compute the total volume of same object by dilation(ball3)?
naomy_yf
naomy_yf el 14 de Dic. de 2021
Have you solved the problem?

Iniciar sesión para comentar.

Categorías

Más información sobre Bounding Regions en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by