http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Perfroms object detection with increasing detection window.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Rectangle[] DetectMultiScale( Image<Bgr, byte> image ) |
Visual Basic |
---|
Public Function DetectMultiScale ( _ image As Image(Of Bgr, Byte) _ ) As Rectangle() |
Visual C++ |
---|
public: array<Rectangle>^ DetectMultiScale( Image<Bgr, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The image to search in