Carleton University
Technical Report TR-10-08
April 27, 2010
Frechet Distance with Speed Limits
Anil Maheshwari, Jorg-Rudiger Sack, Kaveh Shahbaz, Hamid Zarrabi-Zadeh
Abstract
In this paper, we introduce a new generalization of the well-known Frechet distance between two polygonal curves, and provide an efficient algorithm for computing it. The classical Frechet distance between two polygonal curves corresponds to the maximum distance between two point objects that traverse the curves with arbitrary non-negative speeds. Here, we consider a problem instance in which the speed of traversal along each segment of the curves is restricted to be within a specified range. We provide an efficient algorithm that decides in O(n2 log n) time whether the Frechet distance with speed limits between two polygonal curves is at most E, where n is the number of segments in the curves, and E > and equal to 0 is an input parameter. We then use our solution to this decision problem to find the exact Frechet distance with speed limits in O(n2 log2 n) time.