Color-Detection
This is a python project which detects color of an image when you double click on it. You have to press ESC button to close the pop-up Image window. There are mainly two library CV2 and Pandas that are used in this project. If you want to change the image then you have to
- put that image file in the same directory
- in color_detection.py line 5 change "color3.jpg" to "your_image_name.jpg"