CvLatentSvmDetectorDetectObjects Method (IplImage, CvMemStorage, Single) OpenCvSharp Class Library
find rectangular regions in the given image that are likely to contain objects and corresponding confidence levels

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSeq<CvObjectDetection> DetectObjects(
	IplImage image,
	CvMemStorage storage,
	float overlap_threshold
)

Parameters

image
Type: OpenCvSharpIplImage
image to detect objects in
storage
Type: OpenCvSharpCvMemStorage
memory storage to store the resultant sequence of the object candidate rectangles
overlap_threshold
Type: SystemSingle
threshold for the non-maximum suppression algorithm = 0.5f [here will be the reference to original paper]

Return Value

Type: CvSeqCvObjectDetection

[Missing <returns> documentation for "M:OpenCvSharp.CvLatentSvmDetector.DetectObjects(OpenCvSharp.IplImage,OpenCvSharp.CvMemStorage,System.Single)"]

See Also

Reference