Comment on Mona Lisa in 50 polygons, using a genetic algorithm (2008)parentComments−kevinastock13yHere's how I did it: https://bitbucket.org/teoryn/image-approximationFor converting the polys to pixels I render it with OpenGL and then extract the resulting image. I use ppm for both input and output, they're just a plain text file, and any decent image editor can convert to or from them.−habosa13yThanks!
Comments
Here's how I did it: https://bitbucket.org/teoryn/image-approximation
For converting the polys to pixels I render it with OpenGL and then extract the resulting image. I use ppm for both input and output, they're just a plain text file, and any decent image editor can convert to or from them.
Thanks!