cvt_2d_sampling_test a MATLAB code which calls cvt_2d_sampling(), which carries out steps of Lloyd's iteration for approximating a Centroidal Voronoi Tessellation (CVT) in the unit square.
The information on this web page is distributed under the MIT license.
cvt_2d_sampling, a MATLAB 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.