Workflow wrapping the median_otsu segmentation method.
Applies median_otsu segmentation on each file found by ‘globing’
input_files
and saves the results in a directory specified by
out_dir
.
axis=3
of a 4D input_volume
‘None’ (the default) corresponds to (0,)
(assumes first volume
in 4D array). From cmd line use 3 4 5 6. From script use
[3, 4, 5, 6].