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

조회 수: 109 (최근 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 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