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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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