How to calculate volume of a 3D object by Convhulln?
1 回表示 (過去 30 日間)
古いコメントを表示
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)
0 件のコメント
回答 (1 件)
Steven Lord
2016 年 8 月 3 日
The object shown in your diagram is not convex. You might get a better result using an alphaShape instead of a convex hull.
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Bounding Regions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!