osemrt / Image-Segmentation

:diamond_shape_with_a_dot_inside: Segmentation using K-Means clustering algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Segmentation

Image segmentation is the classification of an image into different groups. Many kinds of research have been done in the area of image segmentation using clustering. There are different methods and one of the most popular methods is K-Means clustering algorithm.

K-means clustering is a type of unsupervised learning, which is used when you have unlabeled data (i.e., data without defined categories or groups). The goal of this algorithm is to find groups in the data, with the number of groups represented by the variable K. The algorithm works iteratively to assign each data point to one of K groups based on the features that are provided. Data points are clustered based on feature similarity.

TEST#1: clown

enter image description here

TEST#2: Lena

enter image description here

TEST#3: baboon

enter image description here

TEST#4: peppers

enter image description here

TEST#5: boy

enter image description here

About

:diamond_shape_with_a_dot_inside: Segmentation using K-Means clustering algorithm


Languages

Language:C++ 100.0%