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<Gray, byte> image ) |
Visual Basic |
---|
Public Function DetectMultiScale ( _ image As GpuImage(Of Gray, Byte) _ ) As Rectangle() |
Visual C++ |
---|
public: array<Rectangle>^ DetectMultiScale( GpuImage<Gray, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV.GPU..::..GpuImage<(Of <(<'Gray, Byte>)>)>
The GpuImage to search in