Awesome-Python-Scripts/Image-Processing/Color_Detection at master · ryuk156/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Readme.md

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