Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.37 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.37 KB

Color Detection using Python: nbviewer

Overview

 The task aims to detect colors of a given image by the user. I have use Python cv2 module, numpy, pyplot from matplotlib and sklearn to do the job.

Procedure

 Firstly we will see how to open the image using the cv2 module and the convert it the appropriate format. Then we will cluster the color and find out the top clusters and plot a pie chart.

Conclusion

 I constrained the project to only detecting the color. You can also search, match and filter images based on color.

Resources