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
Further reading and useful links:
- openCV official page - https://opencv.org/
- openCV official GitHub - https://github.com/opencv/opencv