Created
January 26, 2018 21:15
-
-
Save skt7/d807356c72f0f783c4a7dcb4a0274e4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img = 'colors.jpg' | |
clusters = 5 | |
dc = DominantColors(img, clusters) | |
colors = dc.dominantColors() | |
dc.plotClusters() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment