- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Computational Geometry Lecture 8 Voronoi Diagrams Voronoi Diagram Input: A set of points locations (sites) in the plane. Output: A planar subdivision into cells. Each cell contains all the points for which a certain site is the closest. Application: Nearest-neighbor queries (by point location in the diagram). Voronoi Diagram Assume no four sites are co-circular. The Voronoi diagram is a planar graph, whose vertices are equidistant from three sites, and edges equidistant from two sites. The convex hull of the sites are those who have an unbounded cell. Prove ! Voronoi Diagram – Na?ve Construction Construct a bisector between one site and all others. A Voronoi cell is the intersection of all half-planes defined by the bisectors. Time complexity: O(nlogn) for each cell. Voronoi Diagram If all the sites are colinear, the Voronoi diagram will look like this: Otherwise, the diagram is a connected planar graph, in which all the edges are line segments or rays Voronoi Diagram Complexity A Voronoi diagram of n distinct sites contains n cells. One cell can have complexity n-1, but not all the cells can. The number of vertices V ? 2n-5 The number of edges E ? 3n-6 The number of faces F = n Voronoi Diagram Properties A vertex of a Voronoi diagram is the center of a circle passing through three sites. Each point on an edge is the center of a circle passing through two sites. Computing Voronoi Diagrams Plane sweep. The difficulty: If we maintain the VD of all points seen in the sweep so far – this can change as new points are swept. The Beach Line The bisector between a point and a line is a parabola. The beach line is the lower envelope of all the parabolas already seen. Sweep the plane from above, while maintaining the invariant: the Voronoi diagram is correct up to the beach line. The beach line is an x-monotone curve consisting of parabolic arcs. The breakpoints of the beach line lie on the Voronoi edges of the final diagram. The Algorithm Possible events: Sit
您可能关注的文档
- (国际经济与贸易英文版课件)Chapter_7_--International_trade_terms.ppt
- (国际经济与贸易英文版课件)Chapter_8Major Trade Terms.ppt
- (国际经济与贸易英文版课件)Chapter_9International Cargo Transport.ppt
- (国际经济与贸易英文版课件)chapter_10国际货运保险.ppt
- (国际经济与贸易英文版课件)Chapter_11International Trade Payment.ppt
- (国际经济与贸易英文版课件)Chapter_13Trade Negotiation and Formation of the Contract.ppt
- (国际经济与贸易英文版课件)chapter_12商品检验、索赔、不可抗力和仲裁.ppt
- (国际经济与贸易英文版课件)Chapter_14Implementation of the Contract.ppt
- (机电一体化技术课件)第二章机械系统.ppt
- (机电一体化技术课件)第六章系统设计及实例.ppt
文档评论(0)