Click or drag to resize
Accord.NET (logo)

ConnectedComponentsLabelingCoupledSizeFiltering 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

See documentation for CoupledSizeFiltering property of BlobCounterBase class for more information.

See Also