Skip to content

Commit dd3c1d3

Browse files
committed
Merge pull request opencv#10534 from ericrwx:videoio-psnr-typo-fix
2 parents 3a5cd12 + c11895f commit dd3c1d3

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)