Click or drag to resize
Accord.NET (logo)

BlobCounterBaseFilterBlobs Property

Specifies if blobs should be filtered.

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

Property Value

Type: Boolean
Remarks

If the property is equal to false, then there is no any additional post processing after image was processed. If the property is set to true, then blobs filtering is done right after image processing routine. If BlobsFilter is set, then custom blobs' filtering is done, which is implemented by user. Otherwise blobs are filtered according to dimensions specified in MinWidth, MinHeight, MaxWidth and MaxHeight properties.

Default value is set to .

See Also