Approximating the Visible Region of a Point on a Terrain

  • Authors:
  • Boaz Ben-Moshe;Paz Carmi;Matthew J. Katz

  • Affiliations:
  • Department of Computer Science, College of Judea & Samaria, Ariel, Israel 44837;Department of Computer Science, Ben-Gurion University, Beer-Sheva, Israel 84105;Department of Computer Science, College of Judea & Samaria, Ariel, Israel 44837 and Department of Computer Science, Ben-Gurion University, Beer-Sheva, Israel 84105

  • Venue:
  • Geoinformatica
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a terrain and a point p on or above it, we wish to compute the region R p that is visible from p. We present a generic radar-like algorithm for computing an approximation of R p . The algorithm interpolates the visible region between two consecutive rays (emanating from p) whenever the rays are close enough; that is, whenever the difference between the sets of visible segments along the cross sections in the directions specified by the rays is below some threshold. Thus the density of the sampling by rays is sensitive to the shape of the visible region. We suggest a specific way to measure the resemblance (difference) and to interpolate the visible region between two consecutive rays. We also present an alternative algorithm, which uses circles of increasing radii centered at p instead of rays emanating from p. Both algorithms compute a representation of the (approximated) visible region that is especially suitable for is-visible-from-p queries, i.e., given a query point q on the terrain determine whether q is visible from p. Finally, we report on the experiments that we performed with these algorithms and with their corresponding fixed versions, using a natural error measure. Our main conclusion is that the radar-like algorithm is significantly better than the others.