File tree 1 file changed +8
-0
lines changed 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ ![ alt tag] ( https://github.com/ivancarras/color-quantification-firefly-algorithm/blob/master/lenna_reduction.PNG )
1
2
# Color quantification using firefly algorithm
2
3
Color quantification using firefly algorithm
3
4
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:
22
23
23
24
gcc -o luci kmeans_imagenes.c -L. -lkmeans -lm
24
25
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 )
You can’t perform that action at this time.
0 commit comments