|
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
Syntaxpublic bool ProcessGapsWithImageBorders { get; set; }
Public Property ProcessGapsWithImageBorders As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Boolean
RemarksThe 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