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

Use more efficient implementation of merge-surfaces DeleteCellsNearLabelBoundary #745

Open
schuhschuh opened this issue Nov 19, 2020 · 0 comments

Comments

@schuhschuh
Copy link
Member

schuhschuh commented Nov 19, 2020

For each connected label boundary, find closest points on surface. Use region growing on surface from which cells should be deleted while pruning when distance to label boundary exceeds the threshold. Keep track of already visited points. This should avoid a lot of the unnecessary distance calculations in vtkDistancePolyDataFilter. Moreover, as signed distance not needed, it would be best not to use this filter which also computes surface normals and dot products.

See also #744.

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

No branches or pull requests

1 participant