Tag: Data Mining
-
Color quantization using k-means
In this article I'd like to talk about color quantization and how the k-means clustering algorithm can be used to perform it and how it performs compared to simpler methods. The snippets presented here are written in Python and come from this project. What is color quantization? Color spaces and…