Skip to content

ozgyal/Image-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Clustering

This code partitions the image into clusters to segment the image parts by using an implementation of k-means clustering algorithm. An example image is given. After defining the cluster number and maximum number of iterations for k-means algorithm, image segmentation process starts. Image pixels are clustered and each pixel is assigned related cluster color. Final image is showed.

About

Image segmentation with implementation of k-means clustering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages