Skip to content

Image segmentation implementation in MATLAB with K-means algorithm using RGB and HSV color models.

Notifications You must be signed in to change notification settings

ggcr/Kmeans-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kmeans Image Segmentation

This is part of an optional Lab Assignment from the Computer Vision course at UAB.

This is the original image of my cat Luna.

Color Models

We will be working with two different color models (RGB and HSV) as feature spaces that will act as the input of our algorithm.

Final Results

RGB HSV
k = 2
k = 4
k = 8

About

Image segmentation implementation in MATLAB with K-means algorithm using RGB and HSV color models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages