Struct AvgComp
Represents a structure that contains the bounding box and number of neighbors of objects detected by DetectObjects(Arr, MemStorage, Double, Int32, HaarDetectObjectFlags, Size, Size).
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct AvgComp
Fields
| Improve this Doc View SourceNeighbors
The number of neighbor rectangles in the group.
Declaration
public int Neighbors
Field Value
Type | Description |
---|---|
Int32 |
Rect
The bounding rectangle for the object (average rectangle of a group).
Declaration
public Rect Rect
Field Value
Type | Description |
---|---|
Rect |