Jump to content

User:Simonas.d

From Wikipedia, the free encyclopedia

Color normalization is a method to compensate illumination in the image, without loosing ability to distinguish between objects of interest[1], mostly used in computer vision for image pre-processing. Some areas where color normalization is of high interest, include: object localization and classification, video manipulation and indexing. Image illumination can change due to various disturbances, such as, scene lighting or capture device characteristics. Color normalization does not try to find/restore true color of the image but, instead, transforms the color to make it invariant to illumination changes. Some of the proposed methods are: greyworld normalization, comprehensive color normalization (or greyworld normalization), histogram equalisation , histogram specification. The performance and different approaches are discussed into detail in the following papers [2][3][4].

Comprehensive Color Normalization

[edit]

Comprehensive Color Normalization was implemented as described by Finlayson, et al.[5]. It is used to remove image dependency on lighting geometry and illumination color and can be achieved by iterative two-stage calculations. The steps are repeated until no more significant changes follow.

Image is given by: and color vectors in the image:

  • normalize pixel color intensity
and from that we can compute normalized pixel intensities:
  • normalization is done for each color channel, where the sum of the color values is equal to of the number of pixels
and from the latter final values can be obtained
, where same is done for and channels.

The final values should shout: r + g + b = 1

Histogram specification

[edit]

The histogram specification method uses histograms for each color space channel and tries to match them to the specific histograms. Differently from histogram equalisation , histogram specification does not distort original image colors and final image looks more close to the source.

References

[edit]
  1. ^ Keith A. Goatman, A. David Whitwam, A. Manivannan, John A. Olson, Peter F. Sharp. Colour normalisation of retinal images, 2003
  2. ^ Juan M. Sanchez, Xavier Binefa. Color Normalization for Digital Video Processing
  3. ^ M. Vanrell, F. Lumbreras, A. Pujol, R. Baldrich, J. Llados, J.J. Villanueva. Colour normalisation based on background information
  4. ^ In Kyu Park, Il Dong Yun, Sang Uk Lee. A color normalization algorithm for image indexing
  5. ^ G. D. Finlayson, B. Schiele and J. L. Crowley, Comprehensive colour image normalization, Lecture Notes in Computer Science, Volume 1406/1998, 475-490, 1998
[edit]

Category:Image processing Category:Artificial intelligence