gokcedilek/voronoiArt
Given an input image, and the number of voronoi partitions to create, this program imitates a flood fill algorithm starting from a randomly generated set of center coordinates in the image to create the specified number of partitions in the image.
HaskellBSD-3-Clause