dl-n-lb / kmeans-img

k-means algorithm in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K-Means

Simple K-means algorithm in C. Takes an image, and reduces it to k colors.

Building

$ gcc -o kmeans main.c -O3
$ ./kmeans

About

k-means algorithm in C


Languages

Language:C 100.0%