mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #10534 from ericrwx:videoio-psnr-typo-fix
This commit is contained in:
commit
dd3c1d3b8c
@ -7,7 +7,7 @@ Goal
|
|||||||
Today it is common to have a digital video recording system at your disposal. Therefore, you will
|
Today it is common to have a digital video recording system at your disposal. Therefore, you will
|
||||||
eventually come to the situation that you no longer process a batch of images, but video streams.
|
eventually come to the situation that you no longer process a batch of images, but video streams.
|
||||||
These may be of two kinds: real-time image feed (in the case of a webcam) or prerecorded and hard
|
These may be of two kinds: real-time image feed (in the case of a webcam) or prerecorded and hard
|
||||||
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++
|
||||||
class. So here's what you'll learn in this tutorial:
|
class. So here's what you'll learn in this tutorial:
|
||||||
|
|
||||||
- How to open and read video streams
|
- How to open and read video streams
|
||||||
|
Loading…
Reference in New Issue
Block a user