Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Latest commit

 

History

History

Color_Detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Color Detection

This is a python script which we can use to determine the color of a part of image.

Installation

  • Use the package manager pip to install Opencv.
pip install opencv-python
  • Install Numpy
pip install numpy
  • Install Pandas
pip install pandas

How it works

  • When the user double clicks on the image, then color of that part of image is shown in a box.

How to run in CMD

python color_detection.py -i <colorpic.jpg>

Screenshot