AdaptiveBlurMethod Enumeration |
various blur methods that attempt to reduce noise in images.
Namespace: StreamCoders.ImagingAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public enum AdaptiveBlurMethod
Public Enumeration AdaptiveBlurMethod
public enum class AdaptiveBlurMethod
Members
| Member name | Value | Description |
---|
| Method0 | 0 |
Uses previous and next pixel to calculate current pixel.
|
| Method1 | 1 |
Uses previous results of calculation and next pixel to calculate the current pixel.
|
| Method2 | 2 |
Uses previous pixel and next result of calcuation to calculate the current pixel.
|
| Method3 | 3 |
Uses previous and next result to calculate the current pixel.
|
See Also