Skip to content

K-Means Clustering on biomedical image to perform image segmentation.

Notifications You must be signed in to change notification settings

jose-lainer/Biomedical_Image_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Biomedical Image Segmentation

K-Means is an Unsupervised Machine Learning technique and a powerful algorithm for data clustering or even use it for image processing tasks. Specifically, K-Means is a data clustering algorithm that tries to assign every data point in a dataset to exactly one of K possible clusters. The main idea here is that the algorithm tries to build the clusters in such way that two data points from the same cluster are as similar as possible, while two data points from two different clusters are as different as possible.

This code uses K-Means Clustering on biomedical image to perform image segmentation. Besides, Elbow Method is used to determine the optimal value of k in K-Means.

About

K-Means Clustering on biomedical image to perform image segmentation.

Resources

Stars

Watchers

Forks