Previous changeset 1:4853fc2b50bf (2019-07-23) Next changeset 3:0c777d708acc (2022-02-19) |
Commit message:
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/2d_auto_threshold/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90" |
modified:
auto_threshold.py |
b |
diff -r 4853fc2b50bf -r 81f0cbca04a7 auto_threshold.py --- a/auto_threshold.py Tue Jul 23 05:09:26 2019 -0400 +++ b/auto_threshold.py Wed Dec 18 05:00:41 2019 -0500 |
b |
@@ -28,7 +28,7 @@ if args.dark_background: res = img_in > thresh - else: + else: res = img_in <= thresh res = skimage.util.img_as_uint(res) |