Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 404 Bytes

polyArt

Drawing art using a set of polygons. Randomly mutate a set of polyons to minimize error. Error from target image is computed using the RMSE.

To run

Load polyArt.py and call go on a target image.

Todo:

Add support to run with variable parameters from go, numVertices, numPolygons etc Support upper bound on number of polygons Add support for fine grained tweaking of mutation rate