필터 지우기
필터 지우기

Looking for mesh plot of Gray scale image.

조회 수: 2 (최근 30일)
Tabish Raza
Tabish Raza 2013년 3월 26일
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