Difference between contrast stretching and histogram equalization

后端 未结 6 473
悲&欢浪女
悲&欢浪女 2020-12-23 15:04

I would like to know the difference between contrast stretching and histogram equalization.

I have tried both using OpenCV and observed the results

6条回答
  •  执笔经年
    2020-12-23 15:56

    Contrast is the difference between maximum and minimum pixel intensity.

    Both methods are used to enhance contrast, more precisely, adjusting image intensities to enhance contrast.

    During histogram equalization the overall shape of the histogram changes, whereas in contrast stretching the overall shape of histogram remains same.

提交回复
热议问题