Visualize the depth matrix.

Hi,
I'm new in MATLAB. I have gained a "depth" matrix (700-by-700) from scanner, every element in the matrix represents the depth value (z-value) of each point.
How can I visualize this depth matrix? Do I need to use isosurface(x,y,z,v)? And if so, how to get the parameter "v"?
Thanks.
Tianyi

 Respuesta aceptada

Andrei Bobrov
Andrei Bobrov el 6 de Ag. de 2013

0 votos

surf(z) % z - your "depth" matrix

2 comentarios

Tianyi
Tianyi el 6 de Ag. de 2013
Thanks a lot for you answer. I knew surf, but I want to make it more beautiful using polygonal or volumetric visualization techniques. Could you advise me on this attempt?
Bjorn Gustavsson
Bjorn Gustavsson el 6 de Ag. de 2013
If I understand it correctly you have the depth to the bottom surface, as a function of x and y. That is a type of data for which you won't need (and can't use) volumetric visualization. To need volumetric visualization you need to have at least scalar data as a function of (x,y,z) something like fog density, tissue X-ray absorption or the like.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by