Illumination normalization in OpenCV
问题 I am working on a face recognition project. I have pictures with different lighting so I need to do illumination normalization. I read a paper which which claims to do illumination normalization. The paper describe the following function and values. 1- gamma correction with gamma = 0.2 2- Difference of Gaussian (DOG) filtering with (sigma0 = 1, sigma1 =2) 3- contrast equalization (truncation threshold of 10 and compressive component 0.1 is used in the paper) I use CvPow for gamma correction,