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

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

공개 메소드들

메소드 설명
Clone ( ) : object

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

HaarRectangle ( int values ) : System

Constructs a new Haar-like feature rectangle.

HaarRectangle ( int x, int y, int width, int height, float weight ) : System

Constructs a new Haar-like feature rectangle.

Parse ( string s ) : HaarRectangle

Converts from a string representation.

ScaleRectangle ( float value ) : void

Scales the values of this rectangle.

ScaleWeight ( float scale ) : void

Scales the weight of this rectangle.

비공개 메소드들

메소드 설명
HaarRectangle ( ) : System

메소드 상세

Clone() 공개 메소드

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

HaarRectangle() 공개 메소드

Constructs a new Haar-like feature rectangle.
public HaarRectangle ( int values ) : System
values int Values for this rectangle.
리턴 System

HaarRectangle() 공개 메소드

Constructs a new Haar-like feature rectangle.
public HaarRectangle ( int x, int y, int width, int height, float weight ) : System
x int
y int
width int
height int
weight float
리턴 System

Parse() 공개 정적인 메소드

Converts from a string representation.
public static Parse ( string s ) : HaarRectangle
s string
리턴 HaarRectangle

ScaleRectangle() 공개 메소드

Scales the values of this rectangle.
public ScaleRectangle ( float value ) : void
value float
리턴 void

ScaleWeight() 공개 메소드

Scales the weight of this rectangle.
public ScaleWeight ( float scale ) : void
scale float
리턴 void