Click or drag to resize
Accord.NET (logo)

BlobCountingObjectsProcessingObjectRectangles Property

Rectangles of moving objects.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public Rectangle[] ObjectRectangles { get; }
Request Example View Source

Property Value

Type: Rectangle
Remarks

The property provides array of moving objects' rectangles detected by the last call of ProcessFrame(UnmanagedImage, UnmanagedImage) method.

See Also