Click or drag to resize
Accord.NET (logo)

BlobCounterBase. MinHeight Property

Minimum allowed height of blob.

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

Property Value

Type: Int32
Remarks

The property specifies minimum object's height acceptable by blob counting routine and has power only when FilterBlobs property is set to true and custom blobs' filter is set to null.

See documentation to CoupledSizeFiltering for additional information.

See Also