필터 지우기
필터 지우기

Pixel intensity plot graph in matlab

조회 수: 2 (최근 30일)
ali
ali 2013년 3월 7일
댓글: Hirak Mazumdar 2017년 3월 13일
hi all,
how can we plot pixel intensity graph of an image in matlab? just like this.

답변 (1개)

Image Analyst
Image Analyst 2013년 3월 7일
Use improfile() to get an intensity plot along a line. Then use plot() to plot it in a line plot like your picture shows.
  댓글 수: 2
ali
ali 2013년 3월 8일
I have tried it but ı havent succeeded.
I want to plot all pixel values for intensity like above. But it gives error.
for example my image is 480*640.
Image Analyst
Image Analyst 2013년 3월 8일
Read your comment from my point of view and imagine if it's possible for me to help you with what information you've provided me. Would YOU be able to help someone who said that, but provided no image, no code, and no error message?

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by