Voronoi Tessellation of Points with Integer Coordinates: Time-Efficient Implementation and Online Edge-List Generation

Abstract

The Voronoi tessellation in the plane can be computed in a particularly time-efficient manner for generators with integer coordinates, such as typically acquired from a raster image. The Voronoi tessellation is constructed line by line during a single scan of the input image, simultaneously generating an edge-list data structure (DCEL) suitable for postprocessing by graph traversal algorithms. In contrast to the generic case, it can be shown that the topology of the grid permits the algorithm to run faster on complex scenes. Consequently, in Computer Vision applications, the computation of the Voronoi tessellation represents an attractive alternative to rasterbased techniques in terms of both computational complexity and quality of data structures. Index terms ---Tessellation, Computational Geometry, Delaunay triangulation, Voronoi diagram. 1. Introduction The concept of the Voronoi diagram (also termed Voronoi or Dirichlet tessellation) refers to one of the basic closest point probl..

    Similar works

    Full text

    thumbnail-image

    Available Versions