Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 176 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 176 Bytes

K-means

This a Python implementation of the clustering algorithm K-means. It takes in an image with three color channels (RGB) and returns a clustered version of that image.