Click or drag to resize
Accord.NET (logo)

SimpleBackgroundModelingDetectorSuppressNoise Property

Suppress noise in video frames or not.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public bool SuppressNoise { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The value specifies if additional filtering should be done to suppress standalone noisy pixels by applying 3x3 erosion image processing filter. See KeepObjectsEdges property, if it is required to restore edges of objects, which are not noise.

Default value is set to .

Note Note
Turning the value on leads to more processing time of video frame.

See Also