C# Class Accord.Vision.Detection.HaarFeatureNode

Inheritance: ICloneable
Show file Open project: accord-net/framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

HaarFeatureNode ( ) : System

Constructs a new feature tree node.

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

Constructs a new feature tree node.

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

Constructs a new feature tree node.

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

HaarFeatureNode() public method

Constructs a new feature tree node.
public HaarFeatureNode ( ) : System
return System

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

HaarFeatureNode() public method

Constructs a new feature tree node.
public HaarFeatureNode ( double threshold, double leftValue, double rightValue, bool tilted ) : System
threshold double
leftValue double
rightValue double
tilted bool
return System