Another image detection post will be in colors. Let’s start from the beginning.
As you know, the colourful images include RGB(Red Green Blue) values per pixel. This RGB information can be converted to HSV (Hue Saturation Value). So, here is what they are.
Basically, H(hue) is color information also known as tint, V(value) is brightness information also known as intensity, S(saturation) is the amount of gray in the color also known as fade.
Target color: violet & Source image: camera
Target color: black & Source image: camera
Target color: yellow & Source image: camera
Target color: red & Source image: camera
Target color: black & Source image: peppers
Target color: red & Source image: peppers
Target color: green & Source image: hue
Target color: magenta & Source image: hue
Target color: yellow & Source image: hue
Selection buttons:
Here is the project: