Skip to content

Commit 29db880

Browse files
authored
Update README.md
1 parent 45782c9 commit 29db880

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/lenna_reduction.PNG)
12
# Color quantification using firefly algorithm
23
Color quantification using firefly algorithm
34
The objetive of this project is the color image reduction through the firefly algorithm with the k-means.
@@ -22,3 +23,10 @@ You can modify them and compile them with:
2223

2324
gcc -o luci kmeans_imagenes.c -L. -lkmeans -lm
2425
execute: luci [fich_pixels]
26+
REDUCTION OF ORIGINAL TO 16 BITS
27+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/plane_reduction.PNG)
28+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/monkey_reduction.PNG)
29+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/lenna_reduction.PNG)
30+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/lake_reduction.PNG)
31+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/Peppers_reduction.PNG)
32+
![alt tag](https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/blonde_girl_reduction.PNG)

0 commit comments

Comments
 (0)