Looking for mesh plot of Gray scale image.
古いコメントを表示
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
2013 年 3 月 26 日
How about the surf() function:
surf(grayImage);
カテゴリ
ヘルプ センター および File Exchange で Modify Image Colors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!