Click or drag to resize

CudaHOGDetectMultiScale Method (IInputArray)

http://www.emgu.com
Performs object detection with increasing detection window.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public MCvObjectDetection[] DetectMultiScale(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
The CudaImage to search in

Return Value

Type: MCvObjectDetection
The regions where positives are found
See Also