Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 515 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 515 Bytes

ImageSegmentation

An application that is used for image segmentation(i.e to display an image with less colors that it actually has by creating clusters of colors). The number of colors to display in the segmented image is user-defined. For achieving the above goal, the application uses the two most famous clustering algorithms, K-means and Expectation-Maximization.

In order to run the KMeans implementation, run the script ML_KMeans, or ML_EM for the Expectation-Maximization implementation.