-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: euclidean distance field acceleration (#11)
* feat: field working for 2d * feat: 3d seems to be working now too * docs: easily understandable version + more algebra * feat: found anisotropic equation? * feat: free space parameter is working! Time reduction less than anticipated. How much work is the dijkstra loop doing redundantly? * test: add free_space_radius to testing * test: add 3d test of free space * docs: add documentation for how the free space hybrid works * docs: cpp info on how to use free_space_radius refactor: switch dist and free_space_radius positions
- Loading branch information
1 parent
aa72111
commit 92c833d
Showing
5 changed files
with
3,807 additions
and
3,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.