Struct ObjectDetection
Represents a structure that contains the bounding box and confidence level for a detected object.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct ObjectDetection
Fields
| Improve this Doc View SourceRect
The bounding box for the detected object.
Declaration
public Rect Rect
Field Value
Type | Description |
---|---|
Rect |
Score
The detection confidence level.
Declaration
public float Score
Field Value
Type | Description |
---|---|
Single |