Struct ObjectDetection
A DPM detection
public struct ObjectDetection
- Inherited Members
Constructors
ObjectDetection(Rectangle, float, int)
create a detection
public ObjectDetection(Rectangle rect, float score, int classId)
Parameters
Fields
ClassId
class of the detection
public readonly int ClassId
Field Value
Rect
rectangle
public readonly Rectangle Rect
Field Value
Score
detection score
public readonly float Score