FOR THE OUTPUT WRITE THIS IN TERMINAL:
python FILE_NAME.py -i YOUR_IMAGE.jpg
OR
python Python.py --i color.jpg
A simple project to detect and name the color from any point in an image using OpenCV.
- Upload an image
- Click to get color name and RGB values
- Uses a color dataset to match names
- Real-time pixel info display
- Python
- OpenCV
- Pandas (for color dataset)
- Clone the repo
- Run
python color_detect.py - Upload any image and click to detect color
MIT License