HSI
HSI stands for Hue-Saturation-Intensity, a color model used in image processing and computer vision. It represents colors by separating chromatic information from brightness, offering a way to describe color that aligns more closely with human perception than the RGB color model. In HSI, hue encodes the type of color, saturation measures color vividness, and intensity (or brightness) captures the overall lightness of the color.
In typical HSI representations, hue is defined as an angle on a circular color wheel (often 0
Conversion from RGB to HSI involves first normalizing the RGB values, then computing I as the average
Applications of HSI include color-based segmentation, feature extraction, and lighting-robust image analysis. It is often contrasted