Skip to content

Utilizing the k-means clustering algorithm, this tools will allows you to find the dominant colors within any image.

License

Notifications You must be signed in to change notification settings

Mustaf2501/Dominant-Colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Dominant-Colors

k-means clustering:

k-means clustering is a classical clustering algorithm that uses an expectation maximization like technique to partition a number of data points ,in this case a series of tuples (r,b,g), into k clusters.

The goal of this project was to implement this machine learning algorithm to find the dominant colors within an image and output them in their respective hexadecimal values.

About

Utilizing the k-means clustering algorithm, this tools will allows you to find the dominant colors within any image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages