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 static IntPtr cvLatentSvmDetectObjects( IntPtr image, IntPtr detector, IntPtr storage, float overlapThreshold, int numThreads ) |
Visual Basic |
---|
Public Shared Function cvLatentSvmDetectObjects ( _ image As IntPtr, _ detector As IntPtr, _ storage As IntPtr, _ overlapThreshold As Single, _ numThreads As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr cvLatentSvmDetectObjects( IntPtr image, IntPtr detector, IntPtr storage, float overlapThreshold, int numThreads ) |
Parameters
- image
- Type: System..::..IntPtr
Image to detect objects in
- detector
- Type: System..::..IntPtr
Latent SVM detector in internal representation
- storage
- Type: System..::..IntPtr
Memory storage to store the resultant sequence of the object candidate rectangles
- overlapThreshold
- Type: System..::..Single
Threshold for the non-maximum suppression algorithm, use 0.5f for default
- numThreads
- Type: System..::..Int32
Use -1 for default