cvt_circle_uniform


cvt_circle_uniform, a Python code which demonstrates the computation of a centroidal Voronoi Tessellation (CVT) over a circular region, using a uniform density.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

cvt_circle_uniform is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

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.

Source Code:


Last revised on 23 January 2025.