/color-detection-opencv

This is another openCV project which I'm testing out to detect colours (converting BGR to HSV), in particular red and blue colours

Primary LanguagePython

🎨 Colour detection with openCV 📷

Tools used: openCV (python)

  • This is another openCV project which I'm testing out to detect colour(s) (converting BGR to HSV - refer to this), which in the demo is red colour.
  • The idea behind this is to create lower and upper boundaries for the red colour for the "mask" which will match with the image
  • Update 1 (29 Sept 2021): added the feature to detect blue colour
  • Update 2 (2 Oct 2021): drew contours around red and blue coloured items

Demo:

Detecting a red t-shirt



Further reading and useful links: