Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/milchreis/reconstructimage
- Owner: Milchreis
- License: mit
- Created: 2017-11-04T14:37:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T18:54:51.000Z (about 7 years ago)
- Last Synced: 2024-11-06T03:47:16.617Z (2 months ago)
- Topics: evolutionary-algorithms, image-processing, processing
- Language: Processing
- Homepage:
- Size: 16.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)