Skip to content

Latest commit

 

History

History

color_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Color recognition

License: MIT openCV version
A program to detect common colors

How to use

Test the detection:

python3 color.py

How it works

  • Create a set of detectable Hsv color range
  • Extract a detection area on the camera (top left corner)
  • Compute the average Hsv color of this area
  • Check if the Hsv color is in detectable Hsv color range

processing