Denoise
[Video Filters]

Defines

#define FE2_FILTER_DENOISE
 Filter name for use with Flix2_AddFilter().
#define FE2_DENOISE_NOISE_LEVEL
 Specifies noise level of the source.

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

Define Documentation

#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.

#define FE2_FILTER_DENOISE

Filter name for use with Flix2_AddFilter().

Definition at line 45 of file denoise.h.


On2 Technologies, Inc Flix Engine Windows documentation, generated on Tue Nov 2 15:38:07 2010 by doxygen 1.6.1