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 method RoiSelector.getSieve throws an ArrayIndexOutOfBounds exception if it cannot find exactly one ROI. This happens if the user has set the thresholds incorrectly, i.e. low threshold is less than the minimun pixel value in the image, or hight threshold is higher than the max value.
In order to reproduce issue #27 needs to be solved first.
The text was updated successfully, but these errors were encountered:
The method
RoiSelector.getSieve
throws anArrayIndexOutOfBounds
exception if it cannot find exactly one ROI. This happens if the user has set the thresholds incorrectly, i.e. low threshold is less than the minimun pixel value in the image, or hight threshold is higher than the max value.In order to reproduce issue #27 needs to be solved first.
The text was updated successfully, but these errors were encountered: