CGCVDCJul 17, 2012

Computation of the Hausdorff distance between sets of line segments in parallel

arXiv:1207.3962v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a computational geometry problem for researchers and practitioners needing efficient parallel algorithms for shape comparison, though it is incremental as it builds on existing sequential and parallel methods.

The paper tackles the problem of computing the Hausdorff distance between two sets of non-intersecting line segments in parallel, achieving a time complexity of O(log^2 n) using O(n) processors in a CREW-PRAM model.

We show that the Hausdorff distance for two sets of non-intersecting line segments can be computed in parallel in $O(\log^2 n)$ time using O(n) processors in a CREW-PRAM computation model. We discuss how some parts of the sequential algorithm can be performed in parallel using previously known parallel algorithms; and identify the so-far unsolved part of the problem for the parallel computation, which is the following: Given two sets of $x$-monotone curve segments, red and blue, for each red segment find its extremal intersection points with the blue set, i.e. points with the minimal and maximal $x$-coordinate. Each segment set is assumed to be intersection free. For this intersection problem we describe a parallel algorithm which completes the Hausdorff distance computation within the stated time and processor bounds.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes