Skip to content

kbegiedza/genetic-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genetic-drawer

demo

Generation: /target 100 ~6 [s] 300 1000 2000 3700 ~5 [min]
target gen 100 gen 300 gen 1000 gen 2000 gen 3700

generated with

🅐 = -rgb
🅓 = 330
🅔 = 2

execution

Run with -h or --help to see simple tutorial

./genetic-drawer.exe 🅐 🅑 🅒 🅓 🅔 🅕 🅖 🅗 🅘
where:
🅐 - image format: -rgb (24BPP) / -g (8BPP)
🅑 - path to target image
🅒 - path to output directory
🅓 - specimens count (> 0)
🅔 - parents count (> 0)
🅕 - save interval (> 0)
🅖 - image's width
🅗 - image's height
🅘 - threads count

cli compilation with g++:

g++ -std=c++11 -Iinclude/ src/*.cpp

About

Image drawing with genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published