Geodesic Voronoi diagrams in the presence of rectilinear barriers

  • Authors:
  • Yung H. Tsin;Cao-An Wang

  • Affiliations:
  • School of Computer Science, University of Windsor, Windsor, Ontario, Canada N9B 3P4;Department of Computer Science, Memorial University of Newfoundland St.John's, Newfoundland, Canada A1C 5S7

  • Venue:
  • Nordic Journal of Computing
  • Year:
  • 1996

Quantified Score

Hi-index 0.00

Visualization

Abstract

The problem of constructing the geodesic Voronoi diagram for a set of sites S with a set of parallel line segments O as obstacles is addressed and an O ((m + n) log (m + n)) time and O (m + n) space algorithm is presented for constructing the diagram, where |S| = n and |O| = m. The algorithm is a plane-sweep algorithm which does not use geometric transformation. It uses two plane sweeps, advancing from two opposite directions, to produce two data structures, called the shortest path maps. The two maps are then tailored to produce the desired geodesic Voronoi diagram. When m = 0, the algorithm produces the original Voronoi diagram for the sites S in O(n log n) time and O (n) space, and when the sites in S are assigned weights, a minor modification of the algorithm can construct the weighted Voronoi diagram for S in O (n log n) time and O (n) space.