Display a 3D image with texture?

2 ビュー (過去 30 日間)
Shreyas Kamath
Shreyas Kamath 2015 年 7 月 9 日
回答済み: Image Analyst 2015 年 7 月 9 日
I have a .bmp image with X,Y,Z coordinates. The coordinates are in the form of .byt format. Could anyone help me in plotting the whole object?

採用された回答

Image Analyst
Image Analyst 2015 年 7 月 9 日
Try using TriScatteredInterp() to make a solid surface where you have a z for every x and y pairing. Then use surf() or imshow() to plot the complete surface.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by