Creates new AddNoise class instance.
Name | Description | |
---|---|---|
AddNoise() |
Creates new AddNoise class instance. |
|
AddNoise(Single) |
Creates new AddNoise class instance. You can initialize noise amount parameter here. Transform will be applied to all channels of the bitmap. |
|
AddNoise(Boolean[], Single) |
Creates new AddNoise class instance. You can specify what channels to modify and set noise amount parameter. |
|
AddNoise(Single, DistributionKind, Boolean) |
Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, and if it should be gray). Transform will be applied to all channels of the bitmap. |
|
AddNoise(Boolean[], Single, DistributionKind, Boolean) |
Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, if it should be gray, and channels to apply transform at). |
|
AddNoise(Single, DistributionKind, Boolean, Int32) |
Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, seed, and if it should be gray). Transform will be applied to all channels of the bitmap. |
|
AddNoise(Boolean[], Single, DistributionKind, Boolean, Int32) |
Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, seed, if it should be gray, and channels to apply transform at). |