Correa 1
C++ library with Python bindings to analyse the shape of simple closed curves in R^2
|
This file implements the discrete Frechet distance for comparing two polygonal curves. Implementation based on: Eiter, Thomas; Mannila, Heikki (1994), Computing discrete Fréchet distance, Tech. Report CD-TR 94/64, Christian Doppler Laboratory for Expert Systems, TU Vienna, Austria. LGPL licensing. More...
#include <cmath>
#include <float.h>
#include <algorithm>
#include <functional>
Classes | |
class | correa::Frechet |
Namespaces | |
namespace | correa |
This file implements the discrete Frechet distance for comparing two polygonal curves. Implementation based on: Eiter, Thomas; Mannila, Heikki (1994), Computing discrete Fréchet distance, Tech. Report CD-TR 94/64, Christian Doppler Laboratory for Expert Systems, TU Vienna, Austria. LGPL licensing.