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
Parameters
- image
- Type: OpenCvSharpIplImage
image to detect objects in - storage
- Type: OpenCvSharpCvMemStorage
memory storage to store the resultant sequence of the object candidate rectangles
Return Value
Type: CvSeqCvObjectDetection[Missing <returns> documentation for "M:OpenCvSharp.CvLatentSvmDetector.DetectObjects(OpenCvSharp.IplImage,OpenCvSharp.CvMemStorage)"]
See Also