Perfroms object detection with increasing detection window.

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Rectangle[] DetectMultiScale(
	GpuImage<Gray, byte> image
)
Public Function DetectMultiScale ( _
	image As GpuImage(Of Gray, Byte) _
) As Rectangle()
public:
array<Rectangle>^ DetectMultiScale(
	GpuImage<Gray, unsigned char>^ image
)

Parameters

image
GpuImage<(Of <(<'Gray, Byte>)>)>
The GpuImage to search in

Return Value

The regions where positives are found

See Also