/DiscreteFrechetDistance

Java implementation of a Discrete Frechet Distance calculator. The implementation uses dynamic programming to increase computing performance.

Primary LanguageJavaMIT LicenseMIT

DiscreteFrechetDistance

Java implementation of a Discrete Frechet Distance calculator. The implementation uses dynamic programming to increase computing performance.

From the wikipedia article, the DFD can be calculated as:

Screenshot of the interface:

Screenshot of the dynamic programming 2d array: