September 2019
Intermediate to advanced
420 pages
10h 29m
English
However, ever since the RGB color space was created, people have realized that it is actually quite a poor representation of human vision. Therefore, researchers have developed many alternative representations. One of them is called HSV (short for Hue, Saturation, and Value) and the other one is called HLS (Hue, Lightness, and Saturation). You might have seen these color spaces in color pickers and common image editing software. In these color spaces, the hue of the color is captured by a single hue channel, the colorfulness is captured by a saturation channel, and the lightness or brightness is captured by a lightness or value channel.
In OpenCV, an RGB image can easily be converted into the HSV color ...
Read now
Unlock full access