메소드 | 설명 | |
---|---|---|
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 ) : |
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 |
public HaarRectangle ( int values ) : System | ||
values | int | Values for this rectangle. |
리턴 | System |
public HaarRectangle ( int x, int y, int width, int height, float weight ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
weight | float | |
리턴 | System |