Click or drag to resize
Accord.NET (logo)

HaarRectangle Properties

The HaarRectangle type exposes the following members.

Properties
  NameDescription
Public propertyArea
Gets the area of this rectangle.
Public propertyHeight
Gets or sets the height of this Haar feature rectangle.
Public propertyScaledHeight
Gets or sets the scaled height of this Haar feature rectangle.
Public propertyScaledWeight
Gets or sets the scaled weight of this Haar feature rectangle.
Public propertyScaledWidth
Gets or sets the scaled width of this Haar feature rectangle.
Public propertyScaledX
Gets or sets the scaled x-coordinate of this Haar feature rectangle.
Public propertyScaledY
Gets or sets the scaled y-coordinate of this Haar feature rectangle.
Public propertyWeight
Gets or sets the weight of this Haar feature rectangle.
Public propertyWidth
Gets or sets the width of this Haar feature rectangle.
Public propertyX
Gets or sets the x-coordinate of this Haar feature rectangle.
Public propertyY
Gets or sets the y-coordinate of this Haar feature rectangle.
Top
See Also