C# 클래스 Accord.Vision.Detection.HaarFeatureNode

상속: ICloneable
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

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