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

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일

3 개 추천

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일

0 개 추천

hello, I need some doc. aboat 3d scan with parallel beams!

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품

질문:

Cem
2012년 11월 15일

답변:

2014년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by