Looking for mesh plot of Gray scale image.
Mostra commenti meno recenti
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?
Risposte (1)
Image Analyst
il 26 Mar 2013
How about the surf() function:
surf(grayImage);
Categorie
Scopri di più su Modify Image Colors in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!