├── README.md ├── color_detector.py ├── colorpic.jpg └── colors.csv /README.md: -------------------------------------------------------------------------------- 1 | # COLOR DETECTION USING OPENCV 2 | 3 | detecting colors in a image 4 | -------------------------------------------------------------------------------- /color_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karthikv44/COLOR-DETECTION/HEAD/color_detector.py -------------------------------------------------------------------------------- /colorpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karthikv44/COLOR-DETECTION/HEAD/colorpic.jpg -------------------------------------------------------------------------------- /colors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karthikv44/COLOR-DETECTION/HEAD/colors.csv --------------------------------------------------------------------------------