Histogram and median filters...AGAIN

2 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2015-1-1
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 个评论
Image Analyst
Image Analyst 2015-1-2
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 2015-1-2
Wow! You're so amazing! Thanks! I have a better understanding. -Until next time

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Histograms 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by