C# Class Emgu.CV.Structure.MCvObjectDetection

Mostrar archivo Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
Rect System.Drawing.Rectangle
score float

Property Details

Rect public_oe property

Bounding box for a detected object
public Rectangle,System.Drawing Rect
return System.Drawing.Rectangle

score public_oe property

Confidence level
public float score
return float