Click or drag to resize
Accord.NET (logo)

HaarFeatureNode Constructor (Double, Double, Double, Int32)

Constructs a new feature tree node.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public HaarFeatureNode(
	double threshold,
	double leftValue,
	double rightValue,
	params int[][] rectangles
)
Request Example View Source

Parameters

threshold
Type: SystemDouble
leftValue
Type: SystemDouble
rightValue
Type: SystemDouble
rectangles
Type: SystemInt32
See Also