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

조회 수: 1 (최근 30일)
yu sh
yu sh 2016년 8월 3일
댓글: naomy_yf 2021년 12월 14일
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)

답변 (1개)

Steven Lord
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
yu sh
yu sh 2016년 8월 5일
편집: yu sh 2016년 8월 5일
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 2021년 12월 14일
Have you solved the problem?

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

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by