Custom blobs' filter to use.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public IBlobsFilter BlobsFilter { get; set; }

Remarks

The property specifies custom blobs' filtering routine to use. It has effect only in the case if FilterBlobs property is set to trueTruetruetrue (True in Visual Basic).

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

See Also