Borrar filtros
Borrar filtros

Looking for mesh plot of Gray scale image.

2 visualizaciones (últimos 30 días)
Tabish Raza
Tabish Raza el 26 de Mzo. de 2013
I have a segmented gray scale image with four different intensity level. I need to take mesh plot for this image. Can any one respond?

Respuestas (1)

Image Analyst
Image Analyst el 26 de Mzo. de 2013
How about the surf() function:
surf(grayImage);

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by