Click or drag to resize
Accord.NET (logo)

HaarFeatureRectangles Property

Gets or sets the Haar rectangles for this feature.

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

Property Value

Type: HaarRectangle
See Also