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

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

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

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