C# Класс Accord.Vision.Detection.HaarFeatureNode

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Clone() публичный метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

HaarFeatureNode() публичный метод

Constructs a new feature tree node.
public HaarFeatureNode ( ) : System
Результат System

HaarFeatureNode() публичный метод

Constructs a new feature tree node.
public HaarFeatureNode ( double threshold, double leftValue, double rightValue ) : System
threshold double
leftValue double
rightValue double
Результат System

HaarFeatureNode() публичный метод

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
Результат System