RTUComputer ScienceYr 2020 · Sem 82020

Q6Digital Image Processing

Question

2 marks

Name the basic color models used in digital image processing.

Answer

The fundamental mathematical color models in digital imaging are RGB (hardware display), CMYK (physical printing), and HSI/HSV (human visual perception modeling).

RGB (Red, Green, Blue) is an additive physical model used by LCD matrices emitting light. CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive chemical model used by physical ink absorbing light. HSI mathematically decouples the physical Color (Hue) from the physical Brightness (Intensity) for complex algorithmic processing.

Back to Paper