[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)"]
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Rectangle[] DetectMultiScale( Image<Bgr, byte> image, double hitThreshold, Size winStride, Size padding, double scale, int groupThreshold ) |
Visual Basic (Declaration) |
---|
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() |
Visual C++ |
---|
public: array<Rectangle>^ DetectMultiScale( Image<Bgr, unsigned char>^ image, double hitThreshold, Size winStride, Size padding, double scale, int groupThreshold ) |
Parameters
- image
- Type: Emgu.CV..::.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
- Type: System..::.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
- Type: System.Drawing..::.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
- Type: System.Drawing..::.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
- Type: System..::.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
- Type: System..::.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)"]