An open API service indexing awesome lists of open source software.

https://github.com/si-ddhartha/image-segmentation

Image segmentation using the K-Means clustering algorithm.
https://github.com/si-ddhartha/image-segmentation

image-segmentation k-means-clustering opencv unsupervised-learning

Last synced: 3 months ago
JSON representation

Image segmentation using the K-Means clustering algorithm.

Awesome Lists containing this project

README

        

# Image-Segmentation

An image segmentation program using the **K-Means** clustering algorithm and OpenCV.

## Some examples
K = 3 for the below examples.

![Untitled design](https://user-images.githubusercontent.com/74449359/236662182-ecf92a8e-b5ae-4086-af46-e434c5b5e36a.jpg)

![Untitled design (1)](https://user-images.githubusercontent.com/74449359/236662188-ade4d702-8f67-47f7-9ecc-2cbde8f90855.jpg)

![Untitled design (2)](https://user-images.githubusercontent.com/74449359/236662189-801344c0-e064-48af-9b32-093dde28de26.jpg)

![Untitled design (3)](https://user-images.githubusercontent.com/74449359/236662190-64bc094f-2bae-4a69-862e-27322fce293e.jpg)