We are about to switch to a new forum software. Until then we have removed the registration on this forum.
hey, I´m trying to track 2 different color blobs on a monotone background color in a live webcam feed. I'm having ifficulties figuring out how to go about this. Basicly It needs to mark the two different blobs with an overlay of some sort. later I need to figure out how to let them interact with each other but thats a problem for another day. any tips/ example code?
Answers
Instead of tracking the brightness, you can modify the above to locate the most-color-est (for both of your two colors) pixels.