Volume of overlapping ellipsoids

3 ビュー (過去 30 日間)
MaryD
MaryD 2020 年 3 月 29 日
編集済み: John D'Errico 2020 年 3 月 29 日
I'm creating program that fills given 3D object with ellipsoids. How can I calculate filled volume if ellipsoids can overlap ? Parts of ellipsoids can be outside of the volume i'm filling. Each ellipsoid have same size and is not rotated. 3D object is created from a point cloud with 'trisurf' function, ellipsoids are create by 'ellipsoid' function.

採用された回答

John D'Errico
John D'Errico 2020 年 3 月 29 日
編集済み: John D'Errico 2020 年 3 月 29 日
The simple solution is just to fill a 3-d array with voxels that are inside each ellipsoid. So, if a voxel is already filled, then you can't fill it twice.
Then count the number of fillled voxels at tha end. You can probably get a bit more accurate by trying to count partially fixed voxels, thus around the perimeter of an ellipsoid.
The entire result will be more accurate if you increase the size of the 3-d array, and only as good as the resolution of that array.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by