Click or drag to resize

CudaHOGDetectMultiScale Method (IInputArray, VectorOfRect, VectorOfDouble)

http://www.emgu.com
Performs object detection with a multi-scale window.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void DetectMultiScale(
	IInputArray image,
	VectorOfRect objects,
	VectorOfDouble confident = null
)

Parameters

image
Type: Emgu.CVIInputArray
Source image.
objects
Type: Emgu.CV.UtilVectorOfRect
Detected objects boundaries.
confident (Optional)
Type: Emgu.CV.UtilVectorOfDouble
Optional output array for confidences.
See Also