The image-compressor is a kmeans algoritm in haskell for compress a image.
-
Clone the repository:
[email protected]:BastienBoymond/image-compressor.git
-
Compile the project:
make
-
Lauch the project:
./imageCompressor -l <convergence> -n <number of clusters> -f <filepath>
-
View real image:
cd tests node Testeur.js <number of clusters> <convergence> <filepath>
I do this project with the help of the following people: