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

111 次查看(过去 30 天)
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.

采纳的回答

Richard Quist
Richard Quist 2012-11-15
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 个评论
Cem
Cem 2012-11-15
Hello Richard,
Thank you for the tip. Now, I need to find out how to display obj files.

请先登录,再进行评论。

更多回答(1 个)

mitra
mitra 2014-8-5
hello, I need some doc. aboat 3d scan with parallel beams!

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by