The understanding of the equalization algorithm of histogram in OPENCV

Source: Internet
Author: User

Histogram equalization is to adjust the distribution of gray histogram, the gray value in the original image is mapped to a new value. The visual representation of the mapping results is that the distribution of the gray scale is uniform, from 0 to 255, and not as concentrated as the original image. The image shows that the contrast becomes larger, brighter and darker.

The mapping algorithm calculates the cumulative function of the gray scale graph and normalized it. Finally, a new gray value is mapped by the cumulative function. This algorithm is described in other blogs. I'm here to talk about my understanding of this algorithm.

What is the effect of this algorithm? First, the size of the grayscale relationship does not change, but the new grayscale range is related to the number of pixels in this grayscale. Pixels that originally occupy low regions and high regions, although few, occupy the vast majority of the (0~255) range. After equalization, the gray area with a low pixel value will occupy a very small portion. The interval between gray values with a large number of pixels is pulled apart. The light and shade of this image is very different.

The understanding of the equalization algorithm of histogram in OPENCV

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.