July 2017
Intermediate to advanced
382 pages
9h 13m
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 two alternative representations. One of them is called HSV, which stands for hue, saturation, and value, and the other one is called HLS, which stands for 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 ...
Read now
Unlock full access