开发者

Normalizing histograms? [closed]

开发者 https://www.devze.com 2023-04-09 21:08 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

What is normalizing histograms? When and why would I use it? What are its advantages?

I don't understand the concept at all- when I try to apply it to my histogram, when I use back projection, I don't get any results.

Could someone give me a non-technical explanation of normal开发者_如何学Pythonization?

I am using OpenCV

PS: Don't send me to wikipedia- I don't understand the Wikipedia Page

Thanks


It's very simple, actually. A normalized histogram is one in which the sum of the frequencies is exactly 1. Therefore, if you express each frequency as a percentage of the total, you get a normalized histogram.

What is the use of a normalized histogram? Well, if you studied probability and/or statistics, you might know that one property required for a function to be a probability distribution for a random variable is that the total area under the curve is 1. That's for continuous-variable functions. For discrete functions, the requirements is that the sum of all values of the function is 1. So a normalized histogram can be thought of a probability distribution function which shows how probable each of the values of your random variable is.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号