Click or drag to resize
AdaptiveBlurMethod Enumeration
various blur methods that attempt to reduce noise in images.

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum AdaptiveBlurMethod
Members
  Member nameValueDescription
Method00 Uses previous and next pixel to calculate current pixel.
Method11 Uses previous results of calculation and next pixel to calculate the current pixel.
Method22 Uses previous pixel and next result of calcuation to calculate the current pixel.
Method33 Uses previous and next result to calculate the current pixel.
See Also