C# 클래스 Accord.Vision.Detection.HaarFeature

상속: IXmlSerializable, ICloneable
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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