DiscreteFrechetDistance
Java implementation of a Discrete Frechet Distance calculator. The implementation uses dynamic programming to increase computing performance.
Install / Use
/learn @Unknowncmbk/DiscreteFrechetDistanceREADME
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:

