Click or drag to resize
Accord.NET (logo)

BlobCounterBaseBlobsFilter Property

Custom blobs' filter to use.

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

Property Value

Type: IBlobsFilter
Remarks

The property specifies custom blobs' filtering routine to use. It has effect only in the case if FilterBlobs property is set to .

Note Note
When custom blobs' filtering routine is set, it has priority over default filtering done with MinWidth, MinHeight, MaxWidth and MaxHeight.

See Also