Borrar filtros
Borrar filtros

visualizing binary 3D arrays (Voxel Data)

4 visualizaciones (últimos 30 días)
Behrouz
Behrouz el 16 de Ag. de 2011
How to visualize a volume (visual hull) given a binary 3D array in Matlab?

Respuesta aceptada

Walter Roberson
Walter Roberson el 16 de Ag. de 2011
If you use patch() you will need to set alpha parameters in order to be able to see "into" the object.
You may wish to consider using scatter3() and adjust the point size so that it does not fill up the entire cell, allowing you to look behind any one point.
  1 comentario
Behrouz
Behrouz el 18 de Ag. de 2011
Thanks Walter, I think scatter3 is quite useful for me.

Iniciar sesión para comentar.

Más respuestas (1)

Sean de Wolski
Sean de Wolski el 16 de Ag. de 2011
There are many ways to do this, a few for you to look at:
doc isosurface
doc patch
doc slice

Community Treasure Hunt

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

Start Hunting!

Translated by