Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Improved path-finding and filling algorithms #53

Closed
carshadi opened this issue Apr 3, 2021 · 0 comments · Fixed by #59
Closed

Feature request: Improved path-finding and filling algorithms #53

carshadi opened this issue Apr 3, 2021 · 0 comments · Fixed by #59
Labels
enhancement New feature or request

Comments

@carshadi
Copy link
Member

carshadi commented Apr 3, 2021

Explore alternate search algorithms and data structures so that users may tailor these parameters to better suit their individual setups. Currently, the searches are all backed by image-like arrays, which must be initialized with certain dimensions. For larger images, this can fill up a desktop or laptop's memory fairly quickly, so individuals with less RAM might benefit from more light-weight sparse matrix-like constructs.

This also ties into #50

Work on this is ongoing in the https://github.com/morphonets/SNT/tree/search-refactor branch

@carshadi carshadi added the enhancement New feature or request label Apr 3, 2021
@tferr tferr closed this as completed in #59 Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant