Skip to content

Commit c11895f

Browse files
author
Eric Wang
committed
Fix typo in video_input_psnr_ssim
1 parent 004a1cd commit c11895f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/videoio/video-input-psnr-ssim/video_input_psnr_ssim.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Goal
77
Today it is common to have a digital video recording system at your disposal. Therefore, you will
88
eventually come to the situation that you no longer process a batch of images, but video streams.
99
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++
10+
disk drive stored files. Luckily OpenCV treats these two in the same manner, with the same C++
1111
class. So here's what you'll learn in this tutorial:
1212

1313
- How to open and read video streams

0 commit comments

Comments
 (0)