![OpenCV 3 Computer Vision with Python Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/102/36700102/b_36700102.jpg)
上QQ阅读APP看书,第一时间看更新
Mean/variance image normalization
Sometimes it's necessary to set certain values to the statistical moments of pixel values. When we set 0 for mean value of values and 1 for variance, the operation is called normalization. This can be useful in computer vision algorithms for dealing with values with a certain range and with certain statistics. Here we're going to check out image normalization.