Content deleted Content added
m →top: fmt., punct., style |
m →Algorithm description: punct. |
||
Line 32:
==Algorithm description==
Lloyd's algorithm starts by an initial placement of some number ''k'' of point sites in the input ___domain. In mesh
It then repeatedly executes the following relaxation step:
* The [[Voronoi diagram]] of the ''k'' sites is computed.
* Each cell of the Voronoi diagram is integrated, and the centroid is computed.
* Each site is then moved to the centroid of its Voronoi cell.
|