In computer vision, illumination is considered to be a problem that needs to be ‘solved’.
Plain Methods
Histogram Equalization increase contrast of image
Original HE
CLAHE
Gamma Correction carried out on each pixel individually in a non-linear way. Although GC can promote the brightness especially of dark pixels, it does not consider the relationship of a certain pixel with its neighbors.
MinMax Normalization
Standardization
Traditional Illumination-based Methods Strategies in this category are aware of the concept of illumination The key assumption is that the (color) image can be decomposed into two components, i.e. reflectance and illumination.
Deep Learning-based Methods
reference