Perfroms object detection with increasing detection window.

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

Syntax

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

Parameters

image
Image<(Of <(<'Bgr, Byte>)>)>
The image to search in

Return Value

The regions where positives are found

See Also