Internal porosity of 3D Volume object - part (A)
조회 수: 1 (최근 30일)
이전 댓글 표시
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

댓글 수: 2
afaf telbani
2016년 8월 3일
how did you get the 3D volume object please ? did you have multiple slices ??
채택된 답변
Image Analyst
2016년 6월 10일
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
Image Analyst
2016년 6월 23일
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Biomedical Imaging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!