Clear Filters
Clear Filters

Looking for mesh plot of Gray scale image.

5 views (last 30 days)
Tabish Raza
Tabish Raza on 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?

Answers (1)

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

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!