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
I wanted to use scipy.ndimage.binary_opening today only to realize I need to create a structuring element, which requires N more steps to import this and that, which in turn requires looking things up. Slightly time consuming and rather annoying. It would be way easier if there were functions which just accepted im and r, assumed a spherical strel, and just did it.
The text was updated successfully, but these errors were encountered:
I wanted to use
scipy.ndimage.binary_opening
today only to realize I need to create a structuring element, which requires N more steps to import this and that, which in turn requires looking things up. Slightly time consuming and rather annoying. It would be way easier if there were functions which just acceptedim
andr
, assumed a spherical strel, and just did it.The text was updated successfully, but these errors were encountered: