Added a video input tutorial with PSNR and SSIM.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
@@ -5,6 +5,7 @@
|
||||
|
||||
This section contains valuable tutorials about how to read/save your image/video files and how to use the built-in graphical user interface of the library.
|
||||
|
||||
.. include:: ../../definitions/tocDefinitions.rst
|
||||
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
@@ -14,6 +15,8 @@ This section contains valuable tutorials about how to read/save your image/video
|
||||
|Beginners_5| *Title:* :ref:`Adding_Trackbars`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to add a Trackbar to our applications
|
||||
|
||||
@@ -23,6 +26,25 @@ This section contains valuable tutorials about how to read/save your image/video
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ======================================================
|
||||
|hVideoInput| *Title:* :ref:`videoInputPSNRMSSIM`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_BernatG|
|
||||
|
||||
You will learn how to read video streams, and how to calculate similarity values such as PSNR or SSIM.
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |hVideoInput| image:: images/video-input-psnr-ssim.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\pagebreak
|
||||
@@ -31,3 +53,4 @@ This section contains valuable tutorials about how to read/save your image/video
|
||||
:hidden:
|
||||
|
||||
../trackbar/trackbar
|
||||
../video-input-psnr-ssim/video-input-psnr-ssim
|
||||
|
||||
Reference in New Issue
Block a user