Minimum height of acceptable object.

Namespace:  AForge.Vision.Motion
Assembly:  AForge.Vision (in AForge.Vision.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public int MinObjectsHeight { get; set; }

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