-
Notifications
You must be signed in to change notification settings - Fork 1
Transform_Add_noise
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Add random noise to the input images.
See also Phantom_create Phantom_transform
Parameters
--mode <mode
overwrite> where <mode> can be:
-
- $
-o, --output <output_file
> $--oroot <root
> $``: Type of noise to add where <rand_mode> can be: - $
: Crop noise histogram below this value $
: Crop noise histogram above this value
Common options $-v, --verbose <verbose_level
1> $-h, --help <param
> $: Show a GUI to launch the program. $
: Show additional options.
Add noise to a single image, overwriting input image:
add_noise -i g0ta0001.xmp -gaussian 0.1Add uniform noise to a volume, writing in a different volume:
add_noise -i g0ta.vol -uniform -0.1 0.1 -o g0taNoisy.vol