kleebtronics voronoi

Voronoi Portraits

created by: Mark Kleback and Sheiva Rezvani

These portraits are formed using the Voronoi Tessellation algorithm

Design

Before the algorithm can process the portrait, it must be run through a grayscale filter in Photoshop. Then, if the pixel is below a certain threshold value, a Voronoi point is drawn at the pixel location.

The current code is written in Processing and is posted on GitHub.