Looking for mesh plot of Gray scale image.

2 次查看(过去 30 天)
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?

回答(1 个)

Image Analyst
Image Analyst 2013-3-26
How about the surf() function:
surf(grayImage);

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by