http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvObjectDetection[] Detect( Image<Bgr, byte> image, float overlapThreshold ) |
Visual Basic |
---|
Public Function Detect ( _ image As Image(Of Bgr, Byte), _ overlapThreshold As Single _ ) As MCvObjectDetection() |
Visual C++ |
---|
public: array<MCvObjectDetection>^ Detect( Image<Bgr, unsigned char>^ image, float overlapThreshold ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The image to detect objects in
- overlapThreshold
- Type: System..::..Single
Threshold for the non-maximum suppression algorithm, Use default value of 0.5