Click or drag to resize

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)
Syntax
public ObjectDetection(
	Rectangle rect,
	float score,
	int classId
)

Parameters

rect
Type: System.DrawingRectangle
The rectangle
score
Type: SystemSingle
The score
classId
Type: SystemInt32
The class id
See Also