How to know the crack area on the segmented 3d image?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I have some segmented 3d images for certain particles.
Here is one example,
You can find some holes on the surface (circled in red) that make the hollow region inside particle connect to the outside. I am struggled to find the surface area of those holes. I have tried to use ’imclose’ to fill the hollow region and subtract to its original one and get hollow region structure. But it is not helpful for finding just the surface area of circled region.
Could anyone have some ideas?Thanks!
0 comentarios
Respuestas (1)
Image Analyst
el 15 de Mzo. de 2021
Editada: Image Analyst
el 15 de Mzo. de 2021
That is not a segmented image, at least it's not segmented for the things you care about - which are the cracks. I don't even know what you want. There are tons of little indentations and concavities all over that shape. Somehow you need to isolate just the ones you are interested in. The method you suggested should work reasonably well if you choose the right structuring element. If it doesn't, you might have to somehow manually hand-trace the regions.
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!