Skip to content

PascalDierich/image-clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Clustering

The image-clustering program partitions the pixels in an image based on their color to a pre-defined number of clusters.

Usage:
  -in string
        Path to input image
  -k int
        Number of cluster (default 10)
  -out string
        Path to save clustered image (default "${HOME}/img_clustered.png")

Examples:

original

img4

k = 5

img4_c5

k = 100

img4_c100

k = 500

img4_c500

About

K-Means Clustering for images based on pixel color

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages