Click or drag to resize
Accord.NET (logo)

HaarCascadeStage Constructor (Double, Int32, Int32)

Constructs a new Haar Cascade Stage.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public HaarCascadeStage(
	double threshold,
	int parentIndex,
	int nextIndex
)
Request Example View Source

Parameters

threshold
Type: SystemDouble
parentIndex
Type: SystemInt32
nextIndex
Type: SystemInt32
See Also