Click or drag to resize
AdaptiveDenoiseFilter Class
Provides various methods to attempt noise reduction in images. The algorithm uses both spatial and temporal information.
Inheritance Hierarchy
SystemObject
  StreamCoders.ImagingAdaptiveDenoiseFilter

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AdaptiveDenoiseFilter

The AdaptiveDenoiseFilter type exposes the following members.

Constructors
  NameDescription
Public methodAdaptiveDenoiseFilter
Initializes a new instance of the AdaptiveDenoiseFilter class
Top
Properties
  NameDescription
Public propertyBlurMethod
The blur method to use.
Public propertyThreshold
Threshold determines when a pixel is considered noise. If the difference between compared pixels is below threshold it is considered noise.
Top
Methods
  NameDescription
Public methodApply
Public methodInit
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also