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

106 ビュー (過去 30 日間)
Cem
Cem 2012 年 11 月 15 日
回答済み: mitra 2014 年 8 月 5 日
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 Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by