C# Class Accord.Vision.Detection.HaarFeature

Inheritance: IXmlSerializable, 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.

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.

Private Methods

Méthode Description
IXmlSerializable ( ) : XmlSchema

Method Details

Clone() public méthode

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

GetSum() public méthode

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

HaarFeature() public méthode

Constructs a new Haar-like feature.
public HaarFeature ( ) : System
Résultat System

HaarFeature() public méthode

Constructs a new Haar-like feature.
public HaarFeature ( bool tilted ) : System
tilted bool
Résultat System

IXmlSerializable() public méthode

public IXmlSerializable ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

IXmlSerializable() public méthode

public IXmlSerializable ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void

SetScaleAndWeight() public méthode

Sets the scale and weight of a Haar-like rectangular feature container.
public SetScaleAndWeight ( float scale, float weight ) : void
scale float
weight float
Résultat void