Denoise, 26 denoise, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual
Page 113: Defines, 2 define documentation

5.26 Denoise
107
5.26
Denoise
5.26.1
Detailed Description
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
Defines
• #define
Filter name for use with
• #define
Specifies noise level of the source.
5.26.2
Define Documentation
5.26.2.1
#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.
Note:
Default: 0 (adaptive)
Definition at line 57 of file denoise.h.
5.26.2.2
#define FE2_FILTER_DENOISE
Filter name for use with
Definition at line 45 of file denoise.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen