Internal porosity of 3D Volume object - part (A)
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everyone,
I want to find out the internal pores of a volume object. This 3D object object is resulted from binary images of X-ray tomography and then its voxel information is processed to obtain this 3D volume object. Any suggestion or guidance would be highly appreciated. Thanks
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166293/image.png)
2 Commenti
afaf telbani
il 3 Ago 2016
how did you get the 3D volume object please ? did you have multiple slices ??
Risposta accettata
Image Analyst
il 10 Giu 2016
Threshold to find material and sum the image. That's the material volume. Then invert that threshold so that now you have non-material/air. Now call imclearborder() to get rid of the surrounding air region. Then sum the volume, which will give you the volume of the internal void spaces. Then divide those two to get the volume fraction = (volume of material) / (volume of void spaces).
5 Commenti
Image Analyst
il 23 Giu 2016
Thresholding tells your program what is material, and what is air. In my code, "material" is a binary image. Not sure what else to say.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Biomedical Imaging in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!