Answers for "fslmaths masking"

0

fslmaths masking

#!/bin/sh

# Mask one image with another using -mas (similar to multiplying 
# with -mul, but more robust): 
# if the mask is a label image, that should be okay.

fslmaths img -mas mask -bin img_bin
Posted by: Guest on April-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language