Click or drag to resize
Accord.NET (logo)

HaarRectangle Constructor (Int32, Int32, Int32, Int32, Single)

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 x,
	int y,
	int width,
	int height,
	float weight
)
Request Example View Source

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
width
Type: SystemInt32
height
Type: SystemInt32
weight
Type: SystemSingle
See Also