We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf74f commit a9d35cbCopy full SHA for a9d35cb
README.md
@@ -3,11 +3,11 @@ Color quantification using firefly algorithm
3
The objetive of this project is the color image reduction through the firefly algorithm with the k-means.
4
You can change the fireflys number and the iteractions of k-means.
5
6
-#Requeriments
+# Requeriments
7
You need a c compiler and a text editor for choose your configuration of fireflies and k-means iteractions
8
The pixels of the image in a txt document, that is to say, you must have the RGB values.
9
10
-#To prove it
+# To prove it
11
I have two programas:
12
-txt2tifmod: this program transform the pixel values to image of format tiff
13
-luci8: this program use the firefly algorithm and k-means for reduce the color of the image to 8 bits per pixel.
0 commit comments