Unverified Commit c8777da2 authored by Oleh's avatar Oleh Committed by GitHub

Update video_input_psnr_ssim.markdown

parent b17c1c67
...@@ -77,7 +77,7 @@ by the @ref cv::VideoCapture::read or the overloaded \>\> operator: ...@@ -77,7 +77,7 @@ by the @ref cv::VideoCapture::read or the overloaded \>\> operator:
@code{.cpp} @code{.cpp}
Mat frameReference, frameUnderTest; Mat frameReference, frameUnderTest;
captRefrnc >> frameReference; captRefrnc >> frameReference;
captUndTst.open(frameUnderTest); captUndTst.read(frameUnderTest);
@endcode @endcode
The upper read operations will leave empty the *Mat* objects if no frame could be acquired (either The upper read operations will leave empty the *Mat* objects if no frame could be acquired (either
cause the video stream was closed or you got to the end of the video file). We can check this with a cause the video stream was closed or you got to the end of the video file). We can check this with a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment