Skip to content

Implementation of k-means image segmentation in C.

License

Notifications You must be signed in to change notification settings

inventshah/Kmeans-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-means image segmentation

Implementation of k-means image segmentation in C.

How to Use

Dependencies: png.h

Clone: git clone https://github.com/inventshah/Kmeans-C.git

Compile: ./build.sh

Run: ./bin/main [source filename] [output filename] [K-value] [max generations]

Default max generations is 100.

Examples

source 2 3 4 5
source 2 3 4 5

Built With

  • C

About

Implementation of k-means image segmentation in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published