Accord.Vision.Detection.HaarFeatureNode.HaarFeatureNode C# (CSharp) Method

HaarFeatureNode() public method

Constructs a new feature tree node.
public HaarFeatureNode ( double threshold, double leftValue, double rightValue ) : System
threshold double
leftValue double
rightValue double
return System
        public HaarFeatureNode(double threshold, double leftValue, double rightValue, params int[][] rectangles)
            : this(threshold, leftValue, rightValue, false, rectangles) { }

Same methods

HaarFeatureNode::HaarFeatureNode ( ) : System
HaarFeatureNode::HaarFeatureNode ( double threshold, double leftValue, double rightValue, bool tilted ) : System