python-2.7image-processingopencv3.0

how to detect multiple color objects in live video python open-cv


In my live video from my web cam i am trying to track yellow, green and blue color objects (in opencv-python). I detected each color seperately as given here. so that i can combine the results. Is there a better way to this are there any libraries available to do this


Solution

  • Check this post: https://stackoverflow.com/a/10951189/4653204

    You can use this and build further on it for multiple colors..