Click or drag to resize
Accord.NET (logo)

BlobCountingObjectsProcessingMinObjectsHeight Property

Minimum height of acceptable object.

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

Property Value

Type: Int32
Remarks

The property sets minimum height of an object to count and highlight. If objects have smaller height, they are not counted and are not highlighted.

Default value is set to 10.

See Also