Click or drag to resize
Accord.NET (logo)

HaarFeature Constructor (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(
	params int[][] rectangles
)
Request Example View Source

Parameters

rectangles
Type:System.Int32[][]
See Also