Implementation of k-means image segmentation in C.
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.
source | 2 | 3 | 4 | 5 |
---|---|---|---|---|
- C