How to convert a binary 3d matrix to mesh.
Mostrar comentarios más antiguos
I have a 3D binary matrix with 1 being filled volume, and 0 being empty. For example I've added a representation of this matrix filled with a sphere but the matrix could also have been filled with irregular content.

I would like to construct a mesh from 3D binary matrix volume, how would I go about it?
I have come across the isosurf function, but I was not sure if it was applicable or how to get my data in the right format.
Thanks.
Respuesta aceptada
Más respuestas (1)
Noor Aamer
el 4 de Mayo de 2018
0 votos
How can I get a 3D binary image from 2D binary image?
1 comentario
Md Nurul Karim
el 19 de Nov. de 2019
Just stack the 2D binary images on top of each other and make a 3D binary matrix.
then you can watch it in Volume viewer app.
You can also extract surface out of it.
Categorías
Más información sobre Scalar Volume Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



