Mercurial > repos > imgteam > slice_image
diff slice_image.py @ 1:445a3246ceac draft default tip
"planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/slice_image/ commit 3d389fdec0db29cf6fbd783c0501455bf624fa90"
author | imgteam |
---|---|
date | Wed, 18 Dec 2019 09:59:42 +0000 |
parents | 694d3a83e6f9 |
children |
line wrap: on
line diff
--- a/slice_image.py Sat Feb 09 14:25:03 2019 -0500 +++ b/slice_image.py Wed Dec 18 09:59:42 2019 +0000 @@ -8,10 +8,10 @@ import skimage.util import skimage.feature from scipy.stats import entropy as scipy_entropy - + def slice_image(input_file, out_folder, label=None, label_out_folder=None, window_size=64, stride=1, bg_thresh=1, limit_slices=False, n_thresh=5000, seed=None): - #TODO NOT Implemented:process labels + #TODO NOT Implemented:process labels # --> label and label_out_folder useless so far # primarily for testing purposes: