-
Notifications
You must be signed in to change notification settings - Fork 1
Add_noise
This utility adds noise to an image, volume, or images and volumes inside selection files. Noise can be uniformly distributed or distributed after a gaussian. The output can be redirected to other files or the same input ones can be rewritten.
$ add_noise -i [image in] ...
Parameters
-
__OR__
Add noise to a single file -
__OR__
If no output file is given, then the input one is rewritten -
`` Add noise to a bunch of files
-
`` If no output extension is given, then the input ones are rewritten
-
`` Do not produce on screen information
-
[avg
0] = Add gaussian noise with this standard deviation (power of noise) and average (bias) -
`` Add uniform noise within this minimum and maximum values
Add noise to a single image, overwriting input image
$ add_noise -i g0ta0001.xmp -gaussian 0.1
Add uniform noise to a volume, writing in a different volume
$ add_noise -i g0ta.vol -uniform -0.1 0.1
--Main.AlfredoSolano - 29 Jan 2007