Histogram and median filters...AGAIN

2 visualizaciones (últimos 30 días)
Neo
Neo el 31 de Dic. de 2014
Comentada: Neo el 2 de En. de 2015
Previously I applied a filter to a histogram and attained a slope. I am still waiting for some insight into what the slope might mean in a previous question that I asked. Now I do the same thing (I strongly believe) and now I am getting a horizontal line straight across, can someone tell me what I've possibly done wrong? Or if there's something I'm missing? Thanks, Neo
  2 comentarios
per isakson
per isakson el 31 de Dic. de 2014
Editada: per isakson el 31 de Dic. de 2014
You should at least provide a link to the previous question. Don't expect us to search.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 1 de En. de 2015
Running a median filter on a histogram can smooth out spurious noise spikes and let you get a smoother histogram that's easier to find thresholds on.
The slope might indicates how the number of gray levels changes. If it changes a lot (high slope) then it could indicate that that is a good place for a threshold. Of course a flat slope could also indicate that, like where you threshold in the valley centered between two humps.
You really need to provide some context to get a good answer.
  9 comentarios
Image Analyst
Image Analyst el 2 de En. de 2015
Statistically it's unlikely that every single possible gray level would have the exact same number of pixels. If you roll a die 24 times, you're not going to get every value of 1-6 exactly 4 times are you? So that natural statistical variation (call it noise if you want) is real and the histogram accurately portrays it (in this case though there are cases where it won't be accurate if you have more bins than pixels you're displaying it on and your bar width is not 1.0).
Neo
Neo el 2 de En. de 2015
Wow! You're so amazing! Thanks! I have a better understanding. -Until next time

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Community Treasure Hunt

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

Start Hunting!

Translated by