ObjectDetection Constructor |
http://www.emgu.com
create a detection
Namespace:
Emgu.CV.Dpm
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic ObjectDetection(
Rectangle rect,
float score,
int classId
)
Public Sub New (
rect As Rectangle,
score As Single,
classId As Integer
)
public:
ObjectDetection(
Rectangle rect,
float score,
int classId
)
new :
rect : Rectangle *
score : float32 *
classId : int -> ObjectDetection
Parameters
- rect
- Type: System.DrawingRectangle
The rectangle - score
- Type: SystemSingle
The score - classId
- Type: SystemInt32
The class id
See Also