In computer vision, illumination is considered to be a problem that needs to be ‘solved’.

Untitled

  1. Plain Methods

    1. Histogram Equalization increase contrast of image

      Original HE

      Original HE

      CLAHE

      CLAHE

    2. 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.

    3. MinMax Normalization

      Untitled

    4. Standardization

      Untitled

  2. 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.

    1. single-scale Retinex (SSR)
    2. multi-scale Retinex (MSR)
    3. NPE
    4. weighted variational model for simultaneous reflectance and illumination estimation (SRIE)
  3. Deep Learning-based Methods

    Untitled

    Untitled

    http://mc.nankai.edu.cn/ll/

reference