Nothing Special   »   [go: up one dir, main page]

skip to main content
10.1145/10515acmconferencesBook PagePublication PagessocgConference Proceedingsconference-collections
SCG '86: Proceedings of the second annual symposium on Computational geometry
ACM1986 Proceeding
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
CG86: The 2nd Annual ACM SIGACT/SIGGRAPH Symposium on Computational Geometry Yorktown Heights New York USA June 2 - 4, 1986
ISBN:
978-0-89791-194-8
Published:
01 August 1986
Sponsors:

Reflects downloads up to 18 Nov 2024Bibliometrics
Abstract

No abstract available.

Article
Free
Linear time algorithms for visibility and shortest path problems inside simple polygons

We present linear time algorithms for solving the following problems involving a simple planar polygon P: (i) Computing the collection of all shortest paths inside P from a given source vertex s to all the other vertices of P; (ii) Computing the ...

Article
Free
Article
Free
Optimum watchman routes

In this paper we consider the problem of finding shortest routes from which every point in a given space is visible (watchman routes). We show that the problem is NP-hard when the space is a polygon with holes even if the polygon and the holes are ...

Article
Free
Finding the minimum visible vertex distance between two non-intersecting simple polygons

In this paper, we present an Ο(n log n) algorithm for finding the minimum Euclidean visible vertex distance between two nonintersecting simple polygons, where n is the number of vertices in a polygon. The algorithm is based on applying a divide and ...

Article
Free
Minimally covering a horizontally convex orthogonal polygon

In this paper we present Ο(n2) time algorithms for the problems of covering a horizontally convex orthogonal polygon with the minimum number of orthogonal convex polygons and with the minimum number of orthogonal star-shaped polygons.

Article
Free
Article
Free
Epsilon-nets and simplex range queries

We present a new technique for half-space and simplex range query using Ο(n) space and Ο(na) query time, where a < d(d-1)/d(d-1) + 1 + γ for all dimensions d ≥ 2 and γ > 0. These bounds are better than those previously published for all d ≥ 2. The ...

chapter
On approximation behavior and implementation of the greedy triangulation for convex planar point sets

Manacher and Zorbrist conjectured that the greedy triangulation heuristic for minimum weight triangulation of n-point planar point sets yields solutions within an Ο(nε), ε < 1, factor of the optimum. We prove the conjecture in the case when the point ...

Article
Free
On the application of sheared retrieval to orthogonal range queries

We propose a new search technique, called the Shear-Based Format, which shows that Yao's lower bound on the time-space tradeoff for orthogonal range queries is either optimal or nearly optimal [Ya82, Ya85]. Shearing is also a very pragmatic technique.

Article
Free
Computing convolutions by reciprocal search

In this paper we show how certain geometric convolution operations can be computed efficiently. Here “efficiently” means that our algorithms have running time proportional to the input size plus the output size. Our convolution algorithms rely on new ...

Article
Free
Fast heuristics for minimum length rectangular partitions of polygons

We consider the problem of partitioning isothetic polygons into rectangles by drawing edges of minimum total length. The problem has various applications [LPRS], eg. in VLSI design when dividing routing regions into channels ([Riv1], [Riv2]). If the ...

Article
Free
Optimal dynamic solutions for fixed windowing problems

Given a point set in plane and a fixed planar region (window) a window query consists of enumerating the points in a translate of the region. A recently presented result shows that a static data structure of optimal size enables window queries for ...

Article
Free
Geometry of planar graphs with angles
Article
Free
Scene analysis and geometric homology

During the last 10-12 years there has been a dramatic revival of interest in applied geometric problems. Geometers have reconsidered a number of questions in infinitesimal mechanics, questions treated by J.C. Maxwell and L. Cremona [6, 12, 13] in 1864-...

Article
Free
Triangulating simplicial point sets in space

A set P of points in Rd is called simplicial if it has dimension d and contains exactly d + 1 extreme points. We show that when P contains n interior points, there is always one point, called a splitter, that partitions P into d + 1 simplices, none of ...

Article
Free
Two algorithms for polyhedral pictures

We present two algorithms for pictures of polyhedral scenes. These algorithms have been conjectured (and used for some time), but only now been verified. The combinatorial algorithm, proposed by Sugihara, uses counts on the incidence structure to ...

Article
Free
Storing the subdivision of a polyhedral surface

A common structure arising in computational geometry is the subdivision of a plane defined by the faces of a straight line planar graph. We consider a natural generalization of this structure on a polyhedral surface. The regions of the subdivision are ...

Article
Free
There is a planar graph almost as good as the complete graph

Given a set S of points in the plane, there is a triangulation of S such that a path found within this triangulation has length bounded by a constant times the straight-line distance between the endpoints of the path. Specifically, for any two points a ...

Article
Free
A new efficient motion-planning algorithm for a rod in polygonal space

We present here a new and efficient algorithm for planning collision-free motion of a rod in the plane amidst polygonal obstacles. The algorithm calculates the boundary of the space of free positions of the rod, and then uses this boundary for ...

Article
Free
Moving a polygon around the corner in a corridor

We consider the problem of moving an n vertex simple polygon around a corner in a right-angular corridor. We give an Ο(n log n) algorithm for a convex polygon which constructs a motion of the polygon when one exists; otherwise it reports that none ...

Article
Free
On shortest paths amidst convex polyhedra

We consider the problem of computing the Euclidean shortest path between two points in three-dimensional space which must avoid the interiors of k given disjoint convex polyhedral obstacles, having altogether n faces. Although this problem is hard to ...

Article
Free
An efficient algorithm to determine the image of a parallelepiped under a linear transformation

An efficient algorithm to determine the image of a parallelepiped under a linear transformation is presented. The work was motivated by certain problems in the testing of analog integrated circuits. The method is based on specifying the boundary ...

Article
Free
Efficient plane sweeping in parallel

We present techniques which result in improved parallel algorithms for a number of problems whose efficient sequential algorithms use the plane-sweeping paradigm. The problems for which we give improved algorithms include intersection detection, ...

Article
Free
Smoothing of polyhedral models

This paper is divided in two parts of which the first describes a method to obtain solid models with free-form geometry from polyhedral models. This is achieved by replacing the edges of the original model with curved faces, i.e. sharp edges are ...

    Article
    Free
    CSG set-theoretic solid modelling and NC machining of blend surfaces

    This paper presents a new solid modelling system capable of representing three dimensional objects consisting of both simple and complicated surfaces and, equally importantly, blend surfaces between them. Implicit polynomial inequalities and set ...

    Article
    Free
    Implementing Watson's algorithm in three dimensions

    Computer generated solid models must be decomposed into finite element meshes for analysis by the Finite Element Method. To enable decompositions of complex solid models, tetrahedra are employed and to avoid badly skewed tetrahedra for finite element ...

    Article
    The hierarchical representation of objects: the Delaunay tree

    We present, in this paper, a new hierarchical data structure called the Delaunay tree. It is defined from the Delaunay triangulation and, roughly speaking, represents a triangulation as a hierarchy of balls. The Delaunay tree provides efficient ...

    Article
    Free
    Quadratic bounds for hidden line elimination
    Article
    Free
    A simple divide-and-conquer algorithm for computing Delaunay triangulations in O(n log log n) expected time

    We present a modification to the divide-and-conquer algorithm of Guibas & Stolfi [GS] for computing the Delaunay triangulation of n sites in the plane. The change reduces its Θ(n log n) expected running time to Ο(n log n) for a large class of ...

    Contributors
    Please enable JavaScript to view thecomments powered by Disqus.

    Recommendations

    Acceptance Rates

    Overall Acceptance Rate 625 of 1,685 submissions, 37%
    YearSubmittedAcceptedRate
    SOCG'141756034%
    SoCG '131374835%
    SCG '051414129%
    SCG '041474933%
    SCG '031184236%
    SCG '021043534%
    SCG '011063937%
    SCG '001234133%
    SCG '991034443%
    SCG '981104440%
    SCG '971997538%
    SCG '96934852%
    SCG '951295946%
    Overall1,68562537%