Computational Geometry,Fundamental Structures:Voronoi Diagrams
Voronoi Diagrams Recall the post-office problem mentioned in the introduction. Here we want to preprocess a set S of n points, referred to as sites , in the plane such that we can answer the query: which site in S is closest to a given query point q ? In order to solve this problem we can divide the plane into regions according to the nearest-neighbor rule: each site s gets assigned the region which is closest to s . This subdivision, which compactly captures the distance information inherent in a given configuration, is called the Voronoi diagram of S —see Fig. 62.7(a). More formally, the Voronoi diagram of a set of sites S = { s 1 ,... , s n } in R d , which we refer to as Vor( S ), partitions space into n regions—one for each site—such that the region for a site s i consists of all points that are closer to s i than to any other site s j ∈ S . The set of points that are closest to a particular site s i forms the so-called Voronoi cell of s i , and is denoted by V ( s i ). Thus, w...