Struct MCvObjectDetection
Structure contains the bounding box and confidence level for detected object
public struct MCvObjectDetection
- Inherited Members
Fields
ClassId
The class identifier
public int ClassId
Field Value
Rect
Bounding box for a detected object
public Rectangle Rect
Field Value
Score
Confidence level
public float Score