Q6Digital Image Processing
Question
2 marks
Define the RGB and HSI color models.
Answer
RGB is an additive hardware architecture based on Red, Green, and Blue, while HSI is a psychological model isolating Hue, Saturation, and Intensity.
The RGB (Red, Green, Blue) model is a strict Cartesian hardware architecture utilized by physical monitors and cameras to additively generate colors. The HSI (Hue, Saturation, Intensity) model completely decouples color (Hue/Saturation) from mathematical brightness (Intensity), making it vastly superior for algorithmic image processing mimicking human optical perception.