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!