Click or drag to resize
LatentSvmDetectorDetect Method
http://www.emgu.com
Find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public MCvObjectDetection[] Detect(
	Mat image,
	float overlapThreshold = 0.5f
)

Parameters

image
Type: Emgu.CVMat
The image to detect objects in
overlapThreshold (Optional)
Type: SystemSingle
Threshold for the non-maximum suppression algorithm

Return Value

Type: MCvObjectDetection
Array of detected objects
See Also