6 skills found
duhaime / LloydConstrained Lloyd Iteration for distributing 2D points
azer89 / Voronoi StipplingA GPU-based app that draws a distribution of points with varying sizes and densities to create different shades and textures in the artwork.
SAJI-01 / Weighted Voronoi Stippling UnityWeighted Voronoi Stippling is an iterative process built on Lloyd's algorithm. Two steps are repeated over and over until the stipple locations converge: Render a Voronoi diagram from a set of seed points. Adjust the seeds so that each one lies at the weighted centroid of its cell. ____Reference: https://www.youtube.com/watch?v=Bxdt6T_1qgc
bhargavsaidasari / Error Control CodingViterbi Decoding for Convolutional Codes
jhidding / Adhesion ExampleThis is a short astro-physical program showing how to compute the adhesion model, describing the large-scale structure of the Universe, using regular triangulations in CGAL (www.cgal.org), as well as using the Convex Hull algorithm present in Python's Scipy.
mett29 / Map GeneratorMap's generator in Python using Voronoi polygons and Lloyd relaxation