C# Class Accord.Vision.Detection.HaarRectangle

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

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
HaarRectangle ( ) : System

Method Details

Clone() public méthode

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

HaarRectangle() public méthode

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

HaarRectangle() public méthode

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

Parse() public static méthode

Converts from a string representation.
public static Parse ( string s ) : HaarRectangle
s string
Résultat HaarRectangle

ScaleRectangle() public méthode

Scales the values of this rectangle.
public ScaleRectangle ( float value ) : void
value float
Résultat void

ScaleWeight() public méthode

Scales the weight of this rectangle.
public ScaleWeight ( float scale ) : void
scale float
Résultat void