I was wondering how to identify some colors from the live video of the webcam.
I want to detect green and green family colors (gradients) and draw a square around them.
I've thought about using the GetPixel function to detect them, but I've to detect 640 * 480 pixels and use more than 100 different colors (all from the green family). I don't know if this option will slow too much the program, so I ask to know if you know better solutions.
I want to detect green and green family colors (gradients) and draw a square around them.
I've thought about using the GetPixel function to detect them, but I've to detect 640 * 480 pixels and use more than 100 different colors (all from the green family). I don't know if this option will slow too much the program, so I ask to know if you know better solutions.