Finding Efficient Region in The Plane with Line segments
Jack Wang

TL;DR
This paper introduces three algorithms to efficiently find a region in the plane that contains all points reachable within a maximum path length from a start point amid line-segment obstacles, improving computational complexity.
Contribution
The paper presents three algorithms, progressively optimizing the process of computing the achievable region with respect to obstacle complexity and computational efficiency.
Findings
First algorithm runs in O(n^3) time.
Second algorithm improves to O(n^2 log n) using the short path map.
Third algorithm achieves O(n log n) complexity by direct boundary tracing.
Abstract
Let be a set of disjoint obstacles in , be a moving object. Let and denote the starting point and maximum path length of the moving object , respectively. Given a point in , we say the point is achievable for such that , where denotes the shortest path length in the presence of obstacles. One is to find a region such that, for any point , if it is achievable for , then ; otherwise, . In this paper, we restrict our attention to the case of line-segment obstacles. To tackle this problem, we develop three algorithms. We first present a simpler-version algorithm for the sake of intuition. Its basic idea is to reduce our problem to computing the union of a set of circular visibility regions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Robotic Path Planning Algorithms · Smart Parking Systems Research
