Click or drag to resize

WBDetectorDetect Method

http://www.emgu.com
Detect objects on image using WaldBoost detector.

Namespace:  Emgu.CV.XObjdetect
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Detect(
	Mat image,
	VectorOfRect bboxes,
	VectorOfDouble confidences
)

Parameters

image
Type: Emgu.CVMat
Input image for detection
bboxes
Type: Emgu.CV.UtilVectorOfRect
Bounding boxes coordinates output vector
confidences
Type: Emgu.CV.UtilVectorOfDouble
Confidence values for bounding boxes output vector
See Also