Skip to content

Detect pixel colour over the image by Hovering the mouse over it

Notifications You must be signed in to change notification settings

sysoppl/color-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colour detection is the process of detecting the name of any color. We are detecting color from image file by moving cursor on it.

Requirements:

  1. Python
  2. Opencv
  3. Pandas

pip install opencv-python numpy pandas

Project Files

  1. Color_detection.py – main source code of our project.
  2. Colors.csv – a file that contains our dataset.

How to run

python color_detection.py or python color_detection.py --image <image path from source code>

Ref: Original project from data-flair

About

Detect pixel colour over the image by Hovering the mouse over it

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%