Defines | |
#define | FE2_FILTER_DENOISE |
Filter name for use with Flix2_AddFilter(). | |
#define | FE2_DENOISE_NOISE_LEVEL |
Specifies noise level of the source. |
Removes noise from source image
Filter Parameters:
Name | Type | Opt/Reqd | Range ===================================================================== FE2_DENOISE_NOISE_LEVEL | Numeric | Optional | [0.0,1.0)
Example Usage:
sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_DENOISE); if(sc == ON2_OK) ; //adaptive noise removal will be applied to the source image
#define FE2_DENOISE_NOISE_LEVEL |
Specifies noise level of the source.
Any value greater than 0 implies a constant and known level of noise within the source. A value of 0 will cause the filter to estimate the noise level, allowing it to vary from frame to frame. Larger noise levels indicate a noisier source resulting in increased removal by the filter, at the cost of sharpness.
#define FE2_FILTER_DENOISE |
Filter name for use with Flix2_AddFilter().