Suppress noise in video frames or not.
Namespace:
AForge.Vision.MotionAssembly: AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public bool SuppressNoise { get; set; } |
Remarks
The value specifies if additional filtering should be done to suppress standalone noisy pixels by applying 3x3 erosion image processing filter.
Default value is set to trueTruetruetrue (True in Visual Basic).
