This is a python script which we can use to determine the color of a part of image.
- Use the package manager pip to install Opencv.
pip install opencv-python
- Install Numpy
pip install numpy
- Install Pandas
pip install pandas
- When the user double clicks on the image, then color of that part of image is shown in a box.
python color_detection.py -i <colorpic.jpg>