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
Nice work!
I'm not sure if timing is really an issue, but the distance maps can take a while to compute so an alternative could be to dilate each contour with sitk.BinaryDilate(a_contour, tau_in_voxel_units)
Another point to discuss: there is also a function sitk.BinaryDilate which seems to do something very similar to sitk.BinaryContour - but with different output!
Nice work!
I'm not sure if timing is really an issue, but the distance maps can take a while to compute so an alternative could be to dilate each contour with
sitk.BinaryDilate(a_contour, tau_in_voxel_units)
Another point to discuss: there is also a function
sitk.BinaryDilate
which seems to do something very similar tositk.BinaryContour
- but with different output!Originally posted by @rnfinnegan in #129 (comment)
The text was updated successfully, but these errors were encountered: