Effacer les filtres
Effacer les filtres

Looking for mesh plot of Gray scale image.

2 vues (au cours des 30 derniers jours)
Tabish Raza
Tabish Raza le 26 Mar 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?

Réponses (1)

Image Analyst
Image Analyst le 26 Mar 2013
How about the surf() function:
surf(grayImage);

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by