Difference between contrast stretching and histogram equalization

后端 未结 6 471
悲&欢浪女
悲&欢浪女 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:49

    In Histogram equalization, you want to flatten the histogram into a uniform distribution.

    In contrast stretching, you manipulate the entire range of intensity values. Like what you do in Normalization.

提交回复
热议问题