필터 지우기
필터 지우기

How to get smoothed plot of a grayscale image?

조회 수: 1 (최근 30일)
Haseeb Hassan
Haseeb Hassan 2018년 5월 3일
댓글: jonas 2018년 5월 3일
I am trying to get the smoothed plot of this converted
grayscale image plot. Can anyone provide code how we can get a smoothed
plot.In picture you can see formula for a smooth plot.For example i have plotted
values of a grayscale image as follows
grayImage=imread('capture')
counts = histcounts(grayImage, 0:256)
plot(counts)
  댓글 수: 1
jonas
jonas 2018년 5월 3일
Perhaps imgaussfilt is what you are looking for?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by