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
The LocalOtsuThreshold filter (image_filter) is defined as "branch filter" and thus stated that it returns a masked array. However the corresponding functional returns a PIL Image (as it should be). This filter needs to be moved among the filters returning a PIL Image.