Click or drag to resize
Accord.NET (logo)

HorizontalRunLengthSmoothingProcessGapsWithImageBorders Property

Process gaps between objects and image borders or not.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool ProcessGapsWithImageBorders { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property sets if gaps between image borders and objects must be treated as gaps between objects and also filled.

Default value is set to .

See Also