Grabs a frame from camera or video file, decompresses and returns it.
This function is just a combination of cvGrabFrame and cvRetrieveFrame in one call.
The returned image should not be released or modified by user.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Read(
Mat image
)
Public Function Read (
image As Mat
) As Boolean
public:
bool Read(
Mat^ image
)
member Read :
image : Mat -> bool
Parameters
- image
- Type: OpenCvSharpMat
Return Value
Type:
Boolean
See Also