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

Limit Invalidation to Current Radius Bounded Connected Region #31

Open
william-silversmith opened this issue Aug 30, 2019 · 2 comments
Open
Labels
feature New feature or request

Comments

@william-silversmith
Copy link
Contributor

Sometimes when a neuron twists, the invalidation pass can eliminate useful branches that are connected from a more distant point. It would be possible, and possibly practical to:

  1. Label all elements within the invalidation zone.
  2. Run connected components
  3. Mask out all components that the current path lies outside
  4. Proceed with invalidation normally (ignoring those masked components)

This would be slower, so maybe hide it behind a flag?

@william-silversmith william-silversmith added the feature New feature or request label Aug 30, 2019
@william-silversmith
Copy link
Contributor Author

Thanks for Forrest's mesh TEASAR for the inspiration (it has this feature already via a different method).

@william-silversmith
Copy link
Contributor Author

A good example of the kind of issue this would prevent (here we used scale=10x, const=200)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant