Click or drag to resize
Accord.NET (logo)

BlobCounterBaseMaxHeight Property

Maximum allowed height of blob.

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

Property Value

Type: Int32
Remarks

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

See documentation to CoupledSizeFiltering for additional information.

See Also