C# Class Accord.Vision.Detection.HaarFeatureNode

Inheritance: ICloneable
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

HaarFeatureNode() public méthode

Constructs a new feature tree node.
public HaarFeatureNode ( ) : System
Résultat System

HaarFeatureNode() public méthode

Constructs a new feature tree node.
public HaarFeatureNode ( double threshold, double leftValue, double rightValue ) : System
threshold double
leftValue double
rightValue double
Résultat System

HaarFeatureNode() public méthode

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
Résultat System