Minimum allowed width of blob.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public int MinWidth { get; set; } |
Remarks
The property specifies minimum object’s width acceptable by blob counting routine and has power only when FilterBlobs property is set to trueTruetruetrue (True in Visual Basic) and custom blobs’ filter is set to nullNothingnullptra null reference (Nothing in Visual Basic).
See documentation to CoupledSizeFiltering for additional information.