Click or drag to resize
Accord.NET (logo)

FillHolesCoupledSizeFiltering Property

Specifies if size filetering should be coupled or not.

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

Property Value

Type: Boolean
Remarks

In uncoupled filtering mode, holes are filled in the case if their width is smaller than or equal to MaxHoleWidth or height is smaller than or equal to MaxHoleHeight. But in coupled filtering mode, holes are filled only in the case if both width and height are smaller or equal to the corresponding value.

Default value is set to , what means coupled filtering by size.

See Also