HSV Colour Scheme in Images
Very Important colour scheme to study specially for Photographers.

- HSV stands for Hue Saturation Value.
- It is different from RGB colour scheme which we all are familiar of.
- Hue is the number of colours, its value ranges from 0 to 180.
- Saturation of colours ranges from 0 to 255.
- Value of colours ranegs from 0 to 255.
- It is very useful in Photography.
- It has somewhat less colours than RGB color Scheme.
To have a look at its usage in Images using computer vision OpenCV library visit HSV Scheme!