Borrar filtros
Borrar filtros

How to get smoothed plot of a grayscale image?

1 visualización (últimos 30 días)
Haseeb Hassan
Haseeb Hassan el 3 de Mayo de 2018
Comentada: jonas el 3 de Mayo de 2018
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 comentario
jonas
jonas el 3 de Mayo de 2018
Perhaps imgaussfilt is what you are looking for?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by