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