- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
* * * * * * * * * * * * * * WUSTL applet * * * * * * * * * * * * * * Computational Geometry Lecture 1: Introduction Joe Mitchell Background Geometry: vectors, dot/cross product AMS301: Counting, graphs, recursion Permutations, combinations Planar graphs, DFS, Euler F(n) = 2F(n/2) + Cn Solve: F(n)=O(n log n) Algorithms: read/parse a C program, big-Oh notation (O(n), O(n log n), O(n2), O(n log n)) What is CG? The algorithmic and mathematical study of efficient methods to solve geometric problems Example 1 Point-in-polygon test: Is point q inside simple polygon P? P n-gon q Na?ve: O(n) per test CG: O(log n) Example 2 Segment intersection: Given n line segments in the plane, determine: Does some pair intersect? (DETECT) Compute all points of intersection (REPORT) Na?ve: O(n2) CG: O(n log n) detect, O(k+n log n) report Applet: Example 4 Post office problem: Voronoi diagrams /Info/People/chew/Delaunay.html Example 5 Triangulation of polygons http://www.cosy.sbg.ac.at/~held/projects/triang/triang.html Ear-Clipping Triangulation Ear-clipping applet Example 6 Sensor placement, “guarding” The Problem Determine a small set of guards to see all of a given polygon P Vertex Guarding a Simple Polygon Vertex guarding applet Example 7 Shortest path for a mobile robot Application: Weather Avoidance * * Basic Optimal Paths Visibility Graph BEST: Output-sensitive alg: O(|E|+n log n) Local optimality: taut string Na?ve algorithm: O(n3) Better algorithms: O(n2 log n) sweep O(n2 ) duality Visibility Graphs Shows also the topological sweep of an arrangement, animated. Example: Shortest Path in Simple Polygon Triangulate P Determine the “sleeve” defined by the triangles in a path in the dual tree, from start to goal Other Applets Rectilinear watchman, online applet STIP online applet : search for a target in polygon * Shortest Path Map Decomposition of the free space Shortest Paths go through same vertices Construct in time: O(n log n); size O(n) C
您可能关注的文档
- (国际经济与贸易英文版课件)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)