You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple implementation of color sampling with KMeans, written in Python. It takes an image, finds the most predominant k colors, and outputs a new image made up of only those k colors.
Example
Input:
Output:
About
An implementation of the kmeans algorithm for image segmentation in Python3