vix.ing · top · new · best · stats · spec

Faster Fréchet Distance under Transformations

2025/01/22 by Kevin Buchin, Buchin, Kevin, Maike Buchin +7 · 1 voice
#cs.CG

paper · pdf · doi:10.48550/arxiv.2501.12814

Abstract

We study the problem of computing the Fréchet distance between two polygonal curves under transformations. First, we consider translations in the Euclidean plane. Given two curves π and σ of total complexity n and a threshold δ≥ 0, we present an O(n7 + (1)/(3)) time algorithm to determine whether there exists a translation t ∈ ℝ2 such that the Fréchet distance between π and σ+ t is at most δ. This improves on the previous best result, which is an O(n8) time algorithm. We then generalize this result to any class of rationally parameterized transformations, which includes translation, rotation, scaling, and arbitrary affine transformations. For a class \mathcal T of rationally parametrized transformations with k degrees of freedom, we show that one can determine whether there is a transformation τ∈ \mathcal T such that the Fréchet distance between π and τ(σ) is at most δ in O(n3k+(4)/(3)) time.

Discussions

Related