cvt_circle_uniform, a Python code which demonstrates the computation of a centroidal Voronoi Tessellation (CVT) over a circular region, using a uniform density.
The information on this web page is distributed under the MIT license.
cvt_circle_uniform is available in a MATLAB version and an Octave version and a Python version.
cvt_1d_lloyd, a Python code which computes an n-point centroidal Voronoi tessellation (CVT) within the interval [0,1], under a uniform density.
cvt_1d_sampling, a Python code which computes an n-point centroidal Voronoi tessellation (CVT) within the interval [0,1], under a uniform density, using sampling to estimate the Voronoi regions.
cvt_2d_sampling, a Python code which computes an n-point centroidal Voronoi tessellation (CVT) within the unit square [0,1]x[0,1], under a uniform density, using sampling to estimate the Voronoi regions.