Skip to content

fdibaldassarre/color-clusters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-clusters

Find the main colors in an image.

Requirements

  • Python 3
  • Numpy
  • Scipy
  • imageio

Usage

./clusters.py image.png output.png number_of_clusters

Examples

Input image:

input

Find 3 colors:

./clusters.py examples/image.png examples/output3.png 3

input

Find 5 colors:

./clusters.py examples/image.png examples/output5.png 5

input

About

Get the main colors in an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages