[Missing <summary> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Rectangle[] DetectMultiScale(
	Image<Bgr, byte> image,
	double hitThreshold,
	Size winStride,
	Size padding,
	double scale,
	int groupThreshold
)
Public Function DetectMultiScale ( _
	image As Image(Of Bgr, Byte), _
	hitThreshold As Double, _
	winStride As Size, _
	padding As Size, _
	scale As Double, _
	groupThreshold As Integer _
) As Rectangle()
public:
array<Rectangle>^ DetectMultiScale(
	Image<Bgr, unsigned char>^ image, 
	double hitThreshold, 
	Size winStride, 
	Size padding, 
	double scale, 
	int groupThreshold
)

Parameters

image
Image<(Of <(<'Bgr, Byte>)>)>

[Missing <param name="image"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

hitThreshold
Double

[Missing <param name="hitThreshold"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

winStride
Size

[Missing <param name="winStride"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

padding
Size

[Missing <param name="padding"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

scale
Double

[Missing <param name="scale"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

groupThreshold
Int32

[Missing <param name="groupThreshold"/> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Emgu.CV.HOGDescriptor.DetectMultiScale(Emgu.CV.Image{Emgu.CV.Structure.Bgr,System.Byte},System.Double,System.Drawing.Size,System.Drawing.Size,System.Double,System.Int32)"]

See Also