AhmedHisham1 / KMeans-Segmentation

Python implementation of K-means algorithm for image segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KMeans-Segmentation

Python implementation of K-means algorithm for image color segmentation.

Very much a replicate of the cv2.kmeans() function from scratch.

Done to practice my own understanding of the algorithm.

Example:

out.png

About

Python implementation of K-means algorithm for image segmentation


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%