Skip to content

Implemented the K-Means Clustering Algorithm. This project can cluster pixels of a similar kind together.

Notifications You must be signed in to change notification settings

fraxhost/ImagePixelClustering_Kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Pixel Clustering using K-means

This project implements the K-means clustering algorithm to segment an image based on its pixel colors.

Features

  • Read Image: Load an image from a file.
  • K-means Clustering: Cluster the image pixels into K clusters.
  • Output Image: Generate a new image with pixels replaced by their cluster centroids.

About

Implemented the K-Means Clustering Algorithm. This project can cluster pixels of a similar kind together.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages