CvAvgComp Structure OpenCvSharp Class Library
Rectangle structure retrieved from cvHaarDetectObjects

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public struct CvAvgComp : IEquatable<CvAvgComp>

The CvAvgComp type exposes the following members.

Constructors

  NameDescription
Public methodCvAvgComp
Constructor
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvAvgComp)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic member(CvAvgComp to CvRect)
implicit cast to CvRect (for backward compatibility)
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields

  NameDescription
Public fieldNeighbors
Number of neighbor rectangles in the group
Public fieldRect
Bounding rectangle for the object (average rectangle of a group)
Top
See Also

Reference