Histogram equalization is an image processing method that uses a histogram of the image intensity distribution for contrast adjustment.
| Input Image | Parameter | Output Image |
|---|---|---|
![]() | - | ![]() |
To achieve the equalization effect, the image needs to be remapped and its cumulative distribution function is calculated as follows:
After obtaining the cumulative distribution it needs to be normalized to obtain the functional form as follows:

Finally the equalized image is obtained using the remapping function, which is as follows:
For detailed interface information, please refer to hbVPEqualizeHist.