-
Notifications
You must be signed in to change notification settings - Fork 1
Transform_threshold_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Threshold volumes and images
See also Transform_mask_v3 Transform_morphology_v3
Parameters
--mode <mode
overwrite> where <mode> can be:
-
- $
--label <image_label
image> $-o, --output <output_file
> $--oroot <root
> $``: Select pixels meeting where <mode> can be: - $
--substitute <substitutionMode
value> where <substitutionMode> can be:
Threshold a volume below a threshold
xmipp_transform_threshold -i volume.vol -o volumeThresholded.vol --select below 0.01 --substitute value 0Generate a binary mask based on a threshold and apply it
xmipp_transform_threshold -i volume.vol -o mask.vol --select below 0.5 --substitute binarize xmipp_transform_morphology -i mask.vol --dil xmipp_transform_mask -i volume.vol -o volumeMasked.vol --mask mask.vol