Click or drag to resize
Accord.NET (logo)

HaarFeature Constructor (Boolean, Int32)

Constructs a new Haar-like feature.

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

Parameters

tilted
Type: SystemBoolean
rectangles
Type: SystemInt32
See Also