Exploring Extensions of Voronoi Diagrams

Slide Note
Embed
Share

Delve into the intricacies of Voronoi diagrams, including the Furthest Point Voronoi Diagram, Voronoi Region Construction, and Higher Order Voronoi Diagrams. Learn about the properties and applications of these spatial partitioning techniques.


Uploaded on Oct 08, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Extensions of Voronoi Diagrams

  2. Furthest Point Voronoi Diagram V-1(pi) : the set of point of the plane farther from pi than from any other site Vor-1(P) : the partition of the plane formed by the farthest point Voronoi regions, their edges, and vertices

  3. Furthest Point Voronoi Region Construction of V-1(7) Property The farthest point Voronoi regions are convex

  4. Furthest Point Voronoi Region Property If the farthest point Voronoi region of pi is non empty then pi is a vertex of the convex hull of P

  5. Furthest Point Voronoi Region Property If pi is a vertex of convex hull of P then the farthest point Voronoi region of pi is non empty Property The farthest point Voronoi regions are unbounded Corollary The farthest point Voronoi edges and vertices form a tree V-1(4)

  6. Farthest point Voronoi edges and vertices V-1(4) V-1(4) V-1(1) x V-1(7) V-1(2) edge : set of points equidistant from 2 sites and closer to all the other sites vertex : point equidistant from at least 3 sites and closer to all the other sites

  7. Application: Smallest enclosing circle V-1(4) V-1(7) V-1(2)

  8. Higher Order Voronoi Diagrams (VD) kth order VD, Vk(S) Vk(S) is a partition of the plane into regions such that points in each region have the same k closest sites.

  9. 3th order Voronoi Diagram

  10. Let H be a subset of points of S. Let VS(H) denote the region such that for any point in the region, the |H| closest neighbors of S are the points of H. That is VS(H) = q H, q S-H h(q,q ) Lee in 1982 presented an O(knlogn) algorithm where the kthe order Voronoi diagram is obtained from (k-1)th order Voronoi diagram. The size of the kth order Voronoi diagram is O(k(n-k)).

  11. Gabriel Graphs Two points p and q are connected by an edge in the Gabriel graph whenever the disk having line segment pq as its diameter contains no other points from the given point set. More generally, in any dimension, the Gabriel graph connects any two points forming the endpoints of the diameter of an empty sphere. Gabriel graphs are named after K. R. Gabriel, who introduced them in a paper with R. R. Sokal in 1969. The Gabriel graph is a subgraph of the Delaunay triangulation; it can be found in linear time if the Delaunay triangulation is given (Matula and Sokal, 1980). The Gabriel graph contains as a subgraph the Euclidean minimum spanning tree and the nearest neighbor graph. It is an instance of a beta-skeleton.

  12. -skeletons Given a point set S, the -Skeleton of S is the set of edges joining -neighbors in S. Given a point set S, two points x and y are -neighbors in the set S if the region of influence of x and y, N(x,y,) contains no point of S, other than x or y, in its interior. There are various kinds of definitions of N(x,y,). One of them is called Lune- Based Neighborhoods. First proposed by Kirkpatrick and Radke 1985, A framework for computational morphology

  13. For 1 We define N(x,y, ) to be the intersection of the two circles of radius d(x,y)/2 centered at the points (1- /2)x+( /2)y and ( /2)x + (1- /2)y, respectively. When =1, N(x,y, ) corresponds exactly to the Gabriel neighborhood of x and y. When =2, we get the ``relative neighborhood'' of the RNG. As approaches infinity, the neighborhood of x and y approximates the infinite strip formed by translating the line segment (x, y) normal to itself. For [0,1] We define N(x,y, ) to be the intersection of the two circles of radius d(x,y)/(2 ) passing through both x and y. When =1, this is consistent with the definition above. As approaches 0, N(x,y, ) approximates the line segment joining x and y. Thus, except in degenerate situations (three or more points collinear), all point pairs are -neighbors under this scheme for sufficiently small.

  14. Alpha Shapes The space generated by point pairs that can be touched by an empty disc of radius alpha.

  15. Alpha Hull Definition: Let be a sufficiently small but otherwise arbitrary positive real. The -hull of S is the intersection all closed discs with radius 1/ that contain all the points of S.

  16. Alpha Hull Definition 1: Let be a sufficiently small but otherwise arbitrary positive real. The -hull of S is the intersection all closed discs with radius 1/ that contain all the points of S. The smallest possible value for 1/ is equal to the radius of the smallest enclosing circle.

  17. Alpha Hull Definition 2: For arbitrary negative real , the - hull is defined as the intersection of all closed complements of discs (where these discs have radii -1/ ) that contain all the points of S.

  18. Alpha Hull Definition 2: For arbitrary negative real , the - hull is defined as the intersection of all closed complements of discs (where these discs have radii -1/ ) that contain all the points of S. 0-hull is the convex hull

  19. Alpha Shapes Definition 3: A point p in a set S is termed -extreme in S if there exists a closed disc of radius 1/ ( +ve or ve) such that p lies on the boundary and it contains all the points of S. If for two -extreme points p and q there exists a closed discs of radius 1/ (+ve or ve) where both points lie on its boundary and which contains all other points, p and q are said to be -neighbors.

  20. Alpha Shapes Definition 4: Given a set S of points in the plane and arbitrary , the -shape of S is the straight line graph whose vertices the -extremes and whose edges connect the respective -neighbors.

  21. Alpha Shapes

  22. Alpha Shapes = Alpha Controls the desired level of detail.

  23. -Shapes DTf(S) : Delaunay triangulation of the farthest point Voronoi diagram of S. DTc(S): Delaunay triangulation of the nearest neighbor Voronoi diagram of S. Lemma: The -shape of S is a subgraph of DTf(S) if 0 and a subgraph of DTc(S) if 0.

  24. -Shapes Theorem: For each Delaunay edge, e=(pi,pj), there exists min(e)>0 and max(e)>0 such that e -shape of S iff min(e) max(e). Thus, every alpha-hull edge is in the Delaunay, and every Delaunay edge is in some alpha- shape.

  25. -Shapes

  26. -Shapes Running time: O(nlogn)

  27. Papers H. Edelsbrunner, D. G. Kirkpatrick and R.Seidel. On the shape of a set of points in the plane. IEEE Transactions on Information Theory, 1983. H. Edelsbrunner and E. P. Mucke. Three dimensional alpha shapes, ToG 1994. Kaspar Fischer, Introduction to alpha shapes.

  28. Region aggregation Triangulate between objects to be aggregated Aggregate if: - the distance is small over a stretch - it reduces total boundary length

  29. Region aggregation la Jones et al. More general: triangulate all and test where aggregation is good Use constrained Delaunay triangulation

  30. Constrained Delaunay Triangulations S : Set of non-intersecting edges CDT(S): A triangulation of the vertices with the following properties: the edges are included in the triangulation it is as close as possible by Delaunay Triangulation The circumcircle through the vertices (say a, b and c) of each triangle does not contain any endpoint of S that is visible from a, b and c.

  31. Constrained Delaunay Triangulation Delaunay: empty circle Constrained Delaunay: empty circle but with given edges empty Needn t be empty

  32. Constrained Delaunay Triangulation Delaunay: empty circle Constrained Delaunay: empty circle but with given edges empty Needn t be empty

  33. Constrained Delaunay Triangulation

  34. Constrained Delaunay Triangulation Can be constructed in O(n log n) time (Chew, 87) with sweep algorithm Incremental also possible Usage: Places where aggregation is possible because objects are close enough and boundary length is reduced

  35. Aggregation buildings Flatten triangles in between Reorient buildings Test for possible conflicts Area preservation and more or less shape preservation Area preservation and more generalization

  36. Shape change of natural objects No restrictions on shape needed Problem is self-coalescence, among which degree of detail

  37. Shape change natural objects Using triangulations: constrained Delaunay Add triangles to polygon or remove them if that improves the shape

Related


More Related Content