mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Reformatted the TOC tables in tutorials to look just as good in PDFs as in HTML. Updated the default.css_t too for this. Added the "Windows Install" tutorial (with videos).
This commit is contained in:
@@ -5,84 +5,90 @@
|
||||
|
||||
Here you will learn the about the basic building blocks of the library. A must read and know for understanding how to manipulate the images on a pixel level.
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
../adding_images/adding_images
|
||||
../basic_linear_transform/basic_linear_transform
|
||||
../basic_geometric_drawing/basic_geometric_drawing
|
||||
../random_generator_and_text/random_generator_and_text
|
||||
.. include:: ../../definitions/tocDefinitions.rst
|
||||
|
||||
.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n
|
||||
|
||||
* :ref:`Adding_Images`
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_4| *Title:* **Linear Blending**
|
||||
|
||||
|Beginners_4| **Title:** :ref:`Adding_Images`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
|
||||
We will learn how to blend two images!
|
||||
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_4| image:: images/Adding_Images_Tutorial_Result_0.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
.. |Beginners_4| image:: images/Adding_Images_Tutorial_Result_0.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
* :ref:`Basic_Linear_Transform`
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ====================================================
|
||||
|Bas_Lin_Tran| *Title:* **Changing the contrast and brightness of an image**
|
||||
|
||||
|Bas_Lin_Tran| **Title:** :ref:`Basic_Linear_Transform`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
|
||||
We will learn how to change our image appearance!
|
||||
|
||||
|
||||
=============== ====================================================
|
||||
|
||||
|
||||
.. |Bas_Lin_Tran| image:: images/Basic_Linear_Transform_Tutorial_Result_0.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
|
||||
|
||||
* :ref:`Drawing_1`
|
||||
|
||||
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_6| *Title:* **Basic Drawing**
|
||||
|
||||
|Beginners_6| **Title:** :ref:`Drawing_1`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
|
||||
We will learn how to draw simple geometry with OpenCV!
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_6| image:: images/Drawing_1_Tutorial_Result_0.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
|
||||
* :ref:`Drawing_2`
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_7| *Title:* **Cool Drawing**
|
||||
|
||||
.. |Beginners_6| image:: images/Drawing_1_Tutorial_Result_0.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
+
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_7| **Title:** * :ref:`Drawing_2`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will draw some *fancy-looking* stuff using OpenCV!
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_7| image:: images/Drawing_2_Tutorial_Result_7.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_7| image:: images/Drawing_2_Tutorial_Result_7.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
../adding_images/adding_images
|
||||
../basic_linear_transform/basic_linear_transform
|
||||
../basic_geometric_drawing/basic_geometric_drawing
|
||||
../random_generator_and_text/random_generator_and_text
|
||||
Reference in New Issue
Block a user