Skip to content

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

Notifications You must be signed in to change notification settings

cedric130813/color-detection-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages