CvCaptureRetrieveFrame Method OpenCvSharp Class Library
Returns the pointer to the image grabbed with cvGrabFrame function. The returned image should not be released or modified by user.

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

public IplImage RetrieveFrame()

Return Value

Type: IplImage

[Missing <returns> documentation for "M:OpenCvSharp.CvCapture.RetrieveFrame"]

See Also

Reference