Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milchreis/reconstructimage

Reconstruct an image by an evolutionary algorithm
https://github.com/milchreis/reconstructimage

evolutionary-algorithms image-processing processing

Last synced: 22 days ago
JSON representation

Reconstruct an image by an evolutionary algorithm

Awesome Lists containing this project

README

        

# ReconstructImage
ReconstructImage is the result of a step into the world of evolutionary algorithms with processing. I want to try to implement an algorithm which reconstruct an image (in tiles f.e. rect, circles ...) by a fitness function and simple mutation. Elements underneath the threshold dies and will be reborn with a random color. More fit elements will mutate in each generation until the fitness is perfect (100%).

**TL;DR**

`Processing` + `evolutionary algorithm` + `images` = ReconstructImage

![Screenshot](https://github.com/Milchreis/ReconstructImage/raw/master/screencast.gif)