GVDs
Generalized Voronoi diagrams (GVDs) are a family of spatial partitions that extend the classical Voronoi diagram by using generalized distance functions to a set of sites. In a GVD, each point in space is assigned to the site for which the distance, as defined by the chosen metric, is minimal. Unlike standard Voronoi diagrams that rely on Euclidean distance, GVDs can incorporate weights, anisotropy, or non-Euclidean geometries, producing cells that may be non-convex, irregular, or even disconnected.
Common variants include additively weighted Voronoi diagrams (Johnson-Mehl), where each site has a weight added to
Construction and computation of GVDs depend on the chosen metric. Some variants admit efficient algorithms (e.g.,
Applications span robotics and motion planning, geographic information systems, wireless network modeling, computer graphics, clustering, and