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:
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
@@ -5,127 +5,148 @@ Introduction to OpenCV
|
||||
|
||||
Here you can read tutorials about how to set up your computer to work with the OpenCV library. Additionaly you can find a few very basic sample source code that will let introduce you to the world of the OpenCV.
|
||||
|
||||
.. include:: ../../definitions/tocDefinitions.rst
|
||||
|
||||
* **Linux**
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== ======================================================
|
||||
|Install_1| **Title:** :ref:`Linux-Installation`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to setup OpenCV in your computer!
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Install_1| image:: images/ubuntu_logo.jpeg
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== ======================================================
|
||||
|Usage_1| **Title:** :ref:`Linux_GCC_Usage`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to compile your first project using gcc and CMake
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Usage_1| image:: images/gccegg-65.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== ======================================================
|
||||
|Usage_2| **Title:** :ref:`Linux_Eclipse_Usage`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to compile your first project using the Eclipse environment
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Usage_2| image:: images/eclipse_cpp_logo.jpeg
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
* **Windows**
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== ======================================================
|
||||
|WinInstal| **Title:** :ref:`Windows_Installation`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_BernatG|
|
||||
|
||||
You will learn how to setup OpenCV in your Windows Operating System!
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |WinInstal| image:: images/windows_logo.jpg
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=========== ======================================================
|
||||
|WinVSHowT| **Title:** :ref:`Windows_Visual_Studio_How_To`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_BernatG|
|
||||
|
||||
You will learn what steps you need to perform in order to use the OpenCV library inside a new Microsoft Visual Studio project.
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |WinVSHowT| image:: images/visual-studio-2010-logo.jpg
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
* **From where to start?**
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
============= ======================================================
|
||||
|Beginners_1| **Title:** :ref:`Display_Image`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to display an image using OpenCV
|
||||
|
||||
============= ======================================================
|
||||
|
||||
.. |Beginners_1| image:: images/Display_Image_Tutorial_Result.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. tabularcolumns:: m{100pt} m{300pt}
|
||||
.. cssclass:: toctableopencv
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_2| **Title:** :ref:`Load_Save_Image`
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to save an Image in OpenCV...plus a small conversion to grayscale
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_2| image:: images/Load_Save_Image_Result_1.png
|
||||
:height: 90pt
|
||||
:width: 90pt
|
||||
|
||||
.. We use a custom table of content format and as the table of content only imforms Sphinx about the hierarchy of the files, no need to show it.
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
|
||||
../linux_install/linux_install
|
||||
../linux_gcc_cmake/linux_gcc_cmake
|
||||
../linux_eclipse/linux_eclipse
|
||||
../windows_install/windows_install
|
||||
../windows_visual_studio_Opencv/windows_visual_studio_Opencv
|
||||
../display_image/display_image
|
||||
../load_save_image/load_save_image
|
||||
|
||||
.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n
|
||||
.. |Author_BernatG| unicode:: Bern U+00E1 t U+0020 G U+00E1 bor
|
||||
|
||||
* **Linux**
|
||||
|
||||
* :ref:`Linux-Installation`
|
||||
|
||||
=========== ======================================================
|
||||
|Install_1| *Title:* **Installation steps in Linux**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to setup OpenCV in your computer!
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Install_1| image:: images/ubuntu_logo.jpeg
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
|
||||
* :ref:`Linux_GCC_Usage`
|
||||
|
||||
=========== ======================================================
|
||||
|Usage_1| *Title:* **Using OpenCV with gcc (and CMake)**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to compile your first project using gcc and CMake
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Usage_1| image:: images/gccegg-65.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
|
||||
* :ref:`Linux_Eclipse_Usage`
|
||||
|
||||
=========== ======================================================
|
||||
|Usage_2| *Title:* **Using OpenCV with Eclipse (CDT plugin)**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to compile your first project using the Eclipse environment
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Usage_2| image:: images/eclipse_cpp_logo.jpeg
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
* **Windows**
|
||||
|
||||
* :ref:`Windows_Installation`
|
||||
|
||||
=========== ======================================================
|
||||
|Install_2| *Title:* **Installation steps in Windows**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_BernatG|
|
||||
|
||||
You will learn how to setup OpenCV in your Windows Operating System!
|
||||
|
||||
=========== ======================================================
|
||||
|
||||
.. |Install_2| image:: images/windows_logo.jpg
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
* **From where to start?**
|
||||
|
||||
* :ref:`Display_Image`
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_1| *Title:* **Display an Image**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to display an image using OpenCV
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_1| image:: images/Display_Image_Tutorial_Result.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
||||
|
||||
* :ref:`Load_Save_Image`
|
||||
|
||||
=============== ======================================================
|
||||
|Beginners_2| *Title:* **Load and save an Image**
|
||||
|
||||
*Compatibility:* > OpenCV 2.0
|
||||
|
||||
*Author:* |Author_AnaH|
|
||||
|
||||
We will learn how to save an Image in OpenCV...plus a small conversion to grayscale
|
||||
|
||||
=============== ======================================================
|
||||
|
||||
.. |Beginners_2| image:: images/Load_Save_Image_Result_1.png
|
||||
:height: 100pt
|
||||
:width: 100pt
|
||||
|
Reference in New Issue
Block a user