English

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

Computational Geometry 2012-07-18 v1 Computer Vision and Pattern Recognition Distributed, Parallel, and Cluster Computing

Abstract

We show that the Hausdorff distance for two sets of non-intersecting line segments can be computed in parallel in O(log2n)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 xx-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 xx-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.

Keywords

Cite

@article{arxiv.1207.3962,
  title  = {Computation of the Hausdorff distance between sets of line segments in parallel},
  author = {Helmut Alt and Ludmila Scharf},
  journal= {arXiv preprint arXiv:1207.3962},
  year   = {2012}
}