Click or drag to resize
Accord.NET (logo)

SimpleBackgroundModelingDetectorKeepObjectsEdges Property

Restore objects edges after noise suppression or not.

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

Property Value

Type: Boolean
Remarks

The value specifies if additional filtering should be done to restore objects' edges after noise suppression by applying 3x3 dilation image processing filter.

Default value is set to .

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

See Also