We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004a1cd commit c11895fCopy full SHA for c11895f
doc/tutorials/videoio/video-input-psnr-ssim/video_input_psnr_ssim.markdown
@@ -7,7 +7,7 @@ Goal
7
Today it is common to have a digital video recording system at your disposal. Therefore, you will
8
eventually come to the situation that you no longer process a batch of images, but video streams.
9
These may be of two kinds: real-time image feed (in the case of a webcam) or prerecorded and hard
10
-disk drive stored files. Luckily OpenCV threats these two in the same manner, with the same C++
+disk drive stored files. Luckily OpenCV treats these two in the same manner, with the same C++
11
class. So here's what you'll learn in this tutorial:
12
13
- How to open and read video streams
0 commit comments