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
Right now cutting from a label image iterates over the labels, and allocates a mask the size of the original image for each label. Could probably be more efficient using some of the tools in scipy.ndimage, such as find_objects which returns slices for each label.
The text was updated successfully, but these errors were encountered:
Right now cutting from a label image iterates over the labels, and allocates a mask the size of the original image for each label. Could probably be more efficient using some of the tools in scipy.ndimage, such as find_objects which returns slices for each label.
The text was updated successfully, but these errors were encountered: