https://github.com/igi-111/ivolve
genetic image vectorizer
https://github.com/igi-111/ivolve
Last synced: 6 months ago
JSON representation
genetic image vectorizer
- Host: GitHub
- URL: https://github.com/igi-111/ivolve
- Owner: IGI-111
- License: gpl-3.0
- Created: 2014-09-12T12:58:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T20:24:29.000Z (over 1 year ago)
- Last Synced: 2025-03-17T05:45:05.635Z (7 months ago)
- Language: C++
- Size: 725 KB
- Stars: 4
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ivolve
======Ivolve is a genetic image vectorizer which uses [simulated annealing](http://en.wikipedia.org/wiki/Simulated_annealing).
You can build using [premake](http://industriousone.com/premake)
Usage:
```
Ivolve imageToEvolve [pathToSaveEvolvedImage]
```