You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: