Skip to content
#

k-means-implementation-in-python

Here are 44 public repositories matching this topic...

This technique reduces the number of distinct colors in an image, to produce a visually similar but compressed image.It uses K-Means Clustering to group pixels of similar color. The K centroids of the clusters represent 3D RGB color space & would replace the colors of all points in their cluster resulting in the image with K colors.

  • Updated Sep 23, 2022
  • Python

Improve this page

Add a description, image, and links to the k-means-implementation-in-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-means-implementation-in-python topic, visit your repo's landing page and select "manage topics."

Learn more