Skip to content

A git repo to store all of the files for task-5 of GRIP internship by TSF

Notifications You must be signed in to change notification settings

SuhruthY/GRIP_Task5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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