DenoiseFilterParams Object (IDenoiseFilterParams Interface)
This object contains parameters of the ISO noise detected on a color photo. The object provides no methods or properties for tuning these parameters. All parameters are defined during object creation on the base of the specified parameters and the image, which was used during creation. If no noise is detected, the object has the IsNoiseDetected property set to FALSE.
The scenario of the object usage:
- Create the object using the CreateDenoiseFilterParamsByImage method of the ImageProcessingTools object based on the specified parameters.
- Check the value of the IsNoiseDetected property of the created object. If it is FALSE, then no noise is detected and there is no need to remove it.
- If some noise has been detected, remove it — pass the created object to the RemoveNoise method of the ImageProcessingTools object.
Properties
Name | Type | Description |
---|---|---|
IsNoiseDetected | Boolean, read-only | Specifies whether ISO noise has been detected on an image. |
Output parameter
This object is the output parameter of the CreateDenoiseFilterParamsByImage method of the ImageProcessingTools object.
Input parameter
This object is the input parameter of the RemoveNoise method of the ImageProcessingTools object.
See also
8/15/2023 1:19:30 PM