Table of Contents

Struct MCvObjectDetection

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

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

int

Rect

Bounding box for a detected object

public Rectangle Rect

Field Value

Rectangle

Score

Confidence level

public float Score

Field Value

float