Click or drag to resize
Accord.NET (logo)

HaarRectangle Constructor (Int32)

Constructs a new Haar-like feature rectangle.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public HaarRectangle(
	int[] values
)
Request Example View Source

Parameters

values
Type: SystemInt32
Values for this rectangle.
See Also