Display a 3D image with texture?

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?

 Respuesta aceptada

Image Analyst
Image Analyst el 9 de Jul. de 2015

0 votos

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.

Más respuestas (0)

Productos

Etiquetas

Preguntada:

el 9 de Jul. de 2015

Respondida:

el 9 de Jul. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by