Skip to content

KMeans clustering alogithm that extracts the color palette out of an image.

Notifications You must be signed in to change notification settings

mahesh147/kpalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

kpalette

KMeans clustering algorithm that extracts color palette out of an image.

Dependencies

  1. OpenCV
  2. Scikit-learn
  3. Matplotlib

Usage

python kpalette.py <FULL_PATH_TO_IMAGE>

Note

This program is currently still being worked on. There is still a lot of feature that is missing. Will update README.md as more features are added.

References

  1. https://buzzrobot.com/dominant-colors-in-an-image-using-k-means-clustering-3c7af4622036
  2. https://medium.com/@sitianliu_57680/how-to-pick-the-optimal-color-palette-from-any-image-ef1342da8b4f
  3. https://stackoverflow.com/ - :)

About

KMeans clustering alogithm that extracts the color palette out of an image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages