Click or drag to resize
Accord.NET (logo)

HaarFeature Constructor (HaarRectangle)

Constructs a new Haar-like feature.

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

Parameters

rectangles
Type: Accord.Vision.DetectionHaarRectangle
See Also