Click or drag to resize
Accord.NET (logo)

HaarObjectDetectorDetectedObjects Property

Gets the detected objects bounding boxes.

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

Property Value

Type: Rectangle

Implements

IObjectDetectorDetectedObjects
See Also