Overload List
Name | Description | |
---|---|---|
RetrieveFrame(CvCapture) |
Returns the pointer to the image grabbed with cvGrabFrame function.
The returned image should not be released or modified by user.
| |
RetrieveFrame(CvCapture, CameraChannels) |
Returns the pointer to the image grabbed with cvGrabFrame function.
The returned image should not be released or modified by user.
| |
RetrieveFrame(CvCapture, Int32) |
Returns the pointer to the image grabbed with cvGrabFrame function.
The returned image should not be released or modified by user.
|
See Also