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

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

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

Метод Описание
Clone ( ) : object

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

GetSum ( IntegralImage2 image, int x, int y ) : double

Gets the sum of the areas of the rectangular features in an integral image.

HaarFeature ( ) : System

Constructs a new Haar-like feature.

HaarFeature ( bool tilted ) : System

Constructs a new Haar-like feature.

IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void
SetScaleAndWeight ( float scale, float weight ) : void

Sets the scale and weight of a Haar-like rectangular feature container.

Приватные методы

Метод Описание
IXmlSerializable ( ) : XmlSchema

Описание методов

Clone() публичный метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

GetSum() публичный метод

Gets the sum of the areas of the rectangular features in an integral image.
public GetSum ( IntegralImage2 image, int x, int y ) : double
image Accord.Imaging.IntegralImage2
x int
y int
Результат double

HaarFeature() публичный метод

Constructs a new Haar-like feature.
public HaarFeature ( ) : System
Результат System

HaarFeature() публичный метод

Constructs a new Haar-like feature.
public HaarFeature ( bool tilted ) : System
tilted bool
Результат System

IXmlSerializable() публичный метод

public IXmlSerializable ( XmlReader reader ) : void
reader System.Xml.XmlReader
Результат void

IXmlSerializable() публичный метод

public IXmlSerializable ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Результат void

SetScaleAndWeight() публичный метод

Sets the scale and weight of a Haar-like rectangular feature container.
public SetScaleAndWeight ( float scale, float weight ) : void
scale float
weight float
Результат void