Name | Description | |
---|---|---|
![]() | WebAddNoiseCommandJS | Initializes a new instance of the WebAddNoiseCommandJS class. |
Name | Description | |
---|---|---|
![]() | WebAddNoiseCommandJS | Initializes a new instance of the WebAddNoiseCommandJS class. |
Name | Description | |
---|---|---|
![]() | checkCommandParams | Checks command parameters before command execution. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
![]() | execute | Overloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | get_ActionName | Gets action name. |
![]() | get_AutoNoiseGeneration | Gets a value indicating whether the variance and mean is calculated automatically. |
![]() | get_AutoSeedPercentageGeneration | Gets a value indicating whether the seed percentage is calculated automatically. |
![]() | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_ChangeSource | Gets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | get_ColorChannel | Gets a color channel(s) to process. (Inherited from WebConvolutionCommandJS) |
![]() | get_ExpandSupportedPixelFormats | Gets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_Mean | Gets the mean of the noise. |
![]() | get_MonochromaticNoise | Gets a value indicating whether the noise is monochromatic. |
![]() | get_NoisePercentage | Gets the noise rate on image. |
![]() | get_NoiseType | Gets a type of noise to add to the image. |
![]() | get_Region | Gets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
![]() | get_RestoreSourcePixelFormat | Gets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SeedPercentage | Gets a reference value to noise percentage. |
![]() | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | get_Variance | Gets the variance of the noise. |
![]() | getParams | Returns command parameters as JSON object. |
![]() | set_AutoNoiseGeneration | Sets a value indicating whether the variance and mean is calculated automatically. |
![]() | set_AutoSeedPercentageGeneration | Sets a value indicating whether the seed percentage is calculated automatically. |
![]() | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
![]() | set_ColorChannel | Sets a color channel(s) to process. (Inherited from WebConvolutionCommandJS) |
![]() | set_ExpandSupportedPixelFormats | Sets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | set_Mean | Sets the mean of the noise. |
![]() | set_MonochromaticNoise | Sets a value indicating whether the noise is monochromatic. |
![]() | set_NoisePercentage | Sets the noise rate on image. |
![]() | set_NoiseType | Sets a type of noise to add to the image. |
![]() | set_Region | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
![]() | set_RestoreSourcePixelFormat | Sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from WebImageProcessingCommandBaseJS) |
![]() | set_SeedPercentage | Sets a reference value to noise percentage. |
![]() | set_Variance | Sets the variance of the noise. |
![]() | setRegion | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |