How to display *.obj or *.png files on a figure window?

111 visualizaciones (últimos 30 días)
Cem
Cem el 15 de Nov. de 2012
Respondida: mitra el 5 de Ag. de 2014
Hello,
I have some 3D scans of some objects in *.png or *.obj formats. How can I display them in a figure window? thank you.

Respuesta aceptada

Richard Quist
Richard Quist el 15 de Nov. de 2012
I'm not sure about the .obj files, but for .png files something like the following should work to display the image in the current axes:
img = imread('foo.png');
image(img);
For more options/details, run:
help imread
help image
  1 comentario
Cem
Cem el 15 de Nov. de 2012
Hello Richard,
Thank you for the tip. Now, I need to find out how to display obj files.

Iniciar sesión para comentar.

Más respuestas (1)

mitra
mitra el 5 de Ag. de 2014
hello, I need some doc. aboat 3d scan with parallel beams!

Categorías

Más información sobre Interactive Control and Callbacks 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!

Translated by