Releases: TOC-Lab-POSTECH/prior_similarity_curves
Release list
FD and Approximation GED algorithm
We release an approximation Geometric Edit Distance (GED) algorithm.
Approximation Geometric Edit Distance Algorithm
The Geometric Edit Distance (GED) is one of the well-known similarity metrics between two curves. It can be handled as the special case of the (string) edit distance. The GED for two curves
We implement
Full Changelog: v1.0.0...v2.0.0
Exact Fréchet Distance algorithm
We release an exact (continuous) Fréchet Distance (FD) algorithm.
Fréchet Distance Algorithm
The Fréchet Distance (FD) is one of the most well-known similarity metrics between two (polygonal) curves. It is often described metaphorically as the minimum length of a leash required for a person to walk a dog along two separate paths, where the person walks along one curve and the dog along the other.
Formally, The FD for two polygonal curves
Our implementation is based on the work of [Alt and Godau 95]. In particular, we implement the non-parallel version of Alt and Godau's. By the work, we implement the decision version and the optimization version of the algorithm.