Approximate shortest paths in simple polyhedra

  • Authors:
  • Fajie Li;Reinhard Klette

  • Affiliations:
  • College of Computer Science and Technology, Huaqiao University, Xiamen, Fujian, China;Computer Science Department, The University of Auckland, Auckland, New Zealand

  • Venue:
  • DGCI'11 Proceedings of the 16th IAPR international conference on Discrete geometry for computer imagery
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Since the pioneering work by (Cohen and Kimmel, 1997) on finding a contour as a minimal path between two end points, shortest paths in volume images have raised interest in computer vision and image analysis. This paper considers the calculation of a Euclidean shortest path (ESP) in a three-dimensional (3D) polyhedral space Π. We propose an approximate κ(ε) ċ O(M|V|) 3D ESP algorithm, not counting time for preprocessing. The preprocessing time complexity equals O(M|E|+|F|+|V|log|V|) for solving a special, but 'fairly general' case of the 3D ESP problem, where Π does not need to be convex. V and E are the sets of vertices and edges of Π, respectively, and F is the set of faces (triangles) of Π. M is the maximal number of vertices of a so-called critical polygon, and κ(ε) = (L0 - L)/ε where L0 is the length of an initial path and L is the true (i.e., optimum) path length. The given algorithm solves approximately three (previously known to be) NP-complete or NP-hard 3D ESP problems in time κ(ε)ċO(k), where k is the number of layers in a stack, which is introduced in this paper as being the problem environment. The proposed approximation method has straightforward applications for ESP problems when analyzing polyhedral objects (e.g., in 3D imaging), of for 'flying' over a polyhedral terrain.