These plug-ins provide various noise generators.
This noise generator creates random values that are distributed according to a Gaussien distribution by using the Box-Muller transformation.. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
mu | float | 0 | mean of distribution |
seed | uint in [0, inf) | 0 | set random seed (0=init based on system time) |
sigma | float in (0, inf) | 1 | standard derivation of distribution |
Uniform noise generator using C stdlib rand(). Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
a | float | 0 | lower bound if noise range |
b | float | 1 | higher bound if noise range |
seed | uint in [0, inf) | 0 | set random seed (0=init based on system time) |
mia-2dimagefilter mia-2dimagefilterstack mia-2dsegment-fuzzyw mia-2dseries2dordermedian mia-2dseriesgradMAD mia-2dseriessmoothgradMAD mia-2dstackfilter noise:2dimage/filter