Table of Contents

Struct MCvAvgComp

Namespace
Emgu.CV.Structure
Assembly
Emgu.CV.dll

Result of cvHaarDetectObjects

public struct MCvAvgComp
Inherited Members

Fields

Neighbors

Number of neighbor rectangles in the group

public int Neighbors

Field Value

int

Rect

Bounding rectangle for the object (average rectangle of a group)

public Rectangle Rect

Field Value

Rectangle