https://github.com/bxt/interactive-frechet
Interactive visualization of the Fréchet freespace ellipse
https://github.com/bxt/interactive-frechet
d3 d3js frechet-distance visualization
Last synced: 6 months ago
JSON representation
Interactive visualization of the Fréchet freespace ellipse
- Host: GitHub
- URL: https://github.com/bxt/interactive-frechet
- Owner: bxt
- Created: 2015-04-25T22:09:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T22:58:33.000Z (over 10 years ago)
- Last Synced: 2024-04-24T08:37:56.987Z (over 1 year ago)
- Topics: d3, d3js, frechet-distance, visualization
- Language: JavaScript
- Homepage: http://bernhardhaeussner.de/odd/interactive-frechet
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Interactive Fréchet Distance Calculation
========================================[See in action](http://bernhardhaeussner.de/odd/interactive-frechet).
This is a [d3.js](http://d3js.org/)-base interactive animation, which shows
a free-space diagram as used in the calculation of the [Fréchet distance](http://en.wikipedia.org/wiki/Fr%C3%A9chet_distance) of two line segments.Imagine a dog and its owner walking along two separate line segments. The leash
may only expand to a maximum length. The percentages of the line lengths, at which the leash is suffieicenty long are plotted as an ellipse.