Reformatted the TOC tables in tutorials to look just as good in PDFs as in HTML....
authorBernat Gabor <no@email>
Mon, 4 Jul 2011 11:04:56 +0000 (11:04 +0000)
committerBernat Gabor <no@email>
Mon, 4 Jul 2011 11:04:56 +0000 (11:04 +0000)
34 files changed:
doc/_themes/blue/static/default.css_t
doc/tutorials/core/table_of_content_core/table_of_content_core.rst
doc/tutorials/definitions/formatStyleSizeDef.rst [new file with mode: 0644]
doc/tutorials/definitions/tocDefinitions.rst [new file with mode: 0644]
doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst
doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst
doc/tutorials/introduction/table_of_content_introduction/images/visual-studio-2010-logo.jpg [new file with mode: 0644]
doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.rst
doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/IntelTBB.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/MiktexInstall.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png [deleted file]
doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/Sphinx_Install.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsBuildDoc.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/cmsdstartwindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/windows_install.rst
doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst [new file with mode: 0644]
doc/tutorials/tutorials.rst

index 1922e13..679aaa3 100644 (file)
@@ -309,6 +309,47 @@ ul.simple {
     list-style: none;
 }
 
-.enumeratevisibleitems .simple {
+.enumeratevisibleitemswithsquare ul {
 list-style: square; 
-}
\ No newline at end of file
+margin-bottom: 0px;
+margin-left: 0px;
+margin-right: 0px;
+margin-top: 0px;
+}
+
+.enumeratevisibleitemswithsquare li {
+margin-bottom: 0.2em;
+margin-left: 0px;
+margin-right: 0px;
+margin-top: 0.2em;
+ }
+ .enumeratevisibleitemswithsquare p {
+ margin-bottom: 0px;
+ }
+ .enumeratevisibleitemswithsquare dl{
+margin-bottom: 0px;
+margin-left: 0px;
+margin-right: 0px;
+margin-top: 0px;
+ }
+ .toctableopencv
+ {
+   width: 100% ; 
+   table-layout: fixed;
+ }
+
+  .toctableopencv colgroup col:first-child
+  {
+    width: 100pt !important;
+    max-width: 100pt !important;
+    min-width: 100pt !important;
+  }
+  
+  .toctableopencv colgroup col:nth-child(2) 
+  {
+    width: 100% !important;
+  }
\ No newline at end of file
index 54fd5d1..7f47aac 100644 (file)
@@ -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
-
-.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n
+.. include:: ../../definitions/tocDefinitions.rst
 
-* :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
+  =============== ======================================================
 
+  .. |Beginners_6| image:: images/Drawing_1_Tutorial_Result_0.png
+                   :height: 90pt
+                   :width:  90pt
 
-* :ref:`Drawing_2`
++
+  .. tabularcolumns:: m{100pt} m{300pt}
+  .. cssclass:: toctableopencv
 
   =============== ======================================================
-   |Beginners_7|  *Title:* **Cool Drawing**
+   |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
+                   :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
\ No newline at end of file
diff --git a/doc/tutorials/definitions/formatStyleSizeDef.rst b/doc/tutorials/definitions/formatStyleSizeDef.rst
new file mode 100644 (file)
index 0000000..c4b8785
--- /dev/null
@@ -0,0 +1,5 @@
+.. |TOC_Image_Width| replace:: 100pt\r
+\r
+.. |TOC_Image_Height| replace:: 100pt\r
+\r
+.. |TOC\r
diff --git a/doc/tutorials/definitions/tocDefinitions.rst b/doc/tutorials/definitions/tocDefinitions.rst
new file mode 100644 (file)
index 0000000..c1a2517
--- /dev/null
@@ -0,0 +1,6 @@
+.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n\r
+.. |Author_BernatG| unicode:: Bern U+00E1 t U+0020 G U+00E1 bor\r
+\r
+\r
+\r
+\r
index 887ac4e..aa91c2b 100644 (file)
@@ -5,66 +5,55 @@
 \r
 In this section you will learn about the image processing (manipulation) functions inside OpenCV.\r
 \r
-.. toctree::\r
-   :hidden:\r
-   \r
-   ../gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter\r
-   ../erosion_dilatation/erosion_dilatation\r
-   ../opening_closing_hats/opening_closing_hats\r
-   ../pyramids/pyramids\r
-   ../threshold/threshold\r
-   ../imgtrans/filter_2d/filter_2d\r
-   ../imgtrans/copyMakeBorder/copyMakeBorder\r
-   ../imgtrans/sobel_derivatives/sobel_derivatives\r
-   ../imgtrans/laplace_operator/laplace_operator\r
-   ../imgtrans/canny_detector/canny_detector\r
-   ../imgtrans/hough_lines/hough_lines\r
-   ../imgtrans/hough_circle/hough_circle\r
-   ../imgtrans/remap/remap\r
-   ../imgtrans/warp_affine/warp_affine\r
+.. include:: ../../definitions/tocDefinitions.rst\r
 \r
-.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n\r
 \r
-* :ref:`Smoothing`\r
\r
++ \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
 \r
   ===================== ==============================================\r
-   |ImageProcessing_1|  *Title:* **Smoothing Images**\r
-\r
+   |ImageProcessing_1|  **Title:** :ref:`Smoothing`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
                         \r
                         Let's take a look at some basic linear filters!\r
\r
+  \r
   ===================== ==============================================\r
\r
+  \r
   .. |ImageProcessing_1| image:: images/Smoothing_Tutorial_Cover.png\r
-                         :height: 100pt\r
-                         :width:  100pt\r
-\r
-\r
-* :ref:`Morphology_1`\r
+                         :height: 90pt\r
+                         :width:  90pt\r
+  \r
++ \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
 \r
   ===================== ==============================================\r
-   |ImageProcessing_2|  *Title:* **Erosion and Dilation**\r
-\r
+   |ImageProcessing_2|  **Title:** :ref:`Morphology_1`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         Author: |Author_AnaH|\r
-\r
+  \r
                         Let's *change* the shape of objects!\r
\r
+  \r
   ===================== ==============================================\r
\r
+  \r
   .. |ImageProcessing_2| image:: images/Morphology_1_Tutorial_Cover.png\r
-                         :height: 100pt\r
-                         :width:  100pt\r
-\r
-* :ref:`Morphology_2`\r
+                         :height: 90pt\r
+                         :width:  90pt\r
+     \r
++ \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
 \r
   ================= ==================================================\r
-   |Morphology_2|   *Title:* **More advanced Morphology Transformations**\r
-\r
+   |Morphology_2|   **Title:** :ref:`Morphology_2`\r
+  \r
                     *Compatibility:* > OpenCV 2.0\r
                     \r
                     *Author:* |Author_AnaH|\r
@@ -74,205 +63,241 @@ In this section you will learn about the image processing (manipulation) functio
   ================= ==================================================\r
   \r
   .. |Morphology_2| image:: images/Morphology_2_Tutorial_Cover.png\r
-                     :height: 100pt\r
-                     :width:  100pt\r
-\r
-\r
-* :ref:`Pyramids`\r
+                     :height: 90pt\r
+                     :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |Pyramids|           *Title:* **Image Pyramids**\r
-\r
+   |Pyramids|           **Title:** :ref:`Pyramids`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         What if I need a bigger/smaller image?\r
\r
+  \r
   ===================== ==============================================\r
\r
+  \r
   .. |Pyramids| image:: images/Pyramids_Tutorial_Cover.png\r
-                      :height: 100pt\r
-                      :width:  100pt\r
-\r
-\r
-* :ref:`Basic_Threshold`\r
+                      :height: 90pt\r
+                      :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |Threshold|          *Title:* **Basic Thresholding Operations**\r
-\r
+   |Threshold|          **Title:** :ref:`Basic_Threshold`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         After so much processing, it is time to decide which pixels stay!\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |Threshold| image:: images/Threshold_Tutorial_Cover.png\r
-                      :height: 100pt\r
-                      :width:  100pt\r
-\r
-.. ************************\r
-.. ImgTrans\r
-.. ************************\r
-\r
-* :ref:`filter_2d`\r
-\r
+                      :height: 90pt\r
+                      :width:  90pt\r
+  \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+    \r
++ \r
   ===================== ==============================================\r
-   |Filter_2D|          *Title:* **Making your own linear filters**\r
-\r
+   |Filter_2D|          **Title:** :ref:`filter_2d`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn to design our own filters by using OpenCV functions\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |Filter_2D| image:: images/imgtrans/Filter_2D_Tutorial_Cover.jpg\r
-                      :height: 100pt\r
-                      :width:  100pt\r
-\r
-\r
-* :ref:`copyMakeBorderTutorial`\r
-\r
+                      :height: 90pt\r
+                      :width:  90pt\r
+  \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+    \r
++ \r
   ===================== ==============================================\r
-   |CopyMakeBorder|     *Title:* **Adding borders to your images**\r
-\r
+   |CopyMakeBorder|     **Title:** :ref:`copyMakeBorderTutorial`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to pad our images!\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |CopyMakeBorder| image:: images/imgtrans/CopyMakeBorder_Tutorial_Cover.jpg\r
-                           :height: 100pt\r
-                           :width:  100pt\r
-\r
-\r
-* :ref:`sobel_derivatives`\r
+                           :height: 90pt\r
+                           :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |SobelDerivatives|   *Title:* **Sobel Derivatives**\r
-\r
+   |SobelDerivatives|   **Title:** :ref:`sobel_derivatives`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to calculate gradients and use them to detect edges!\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |SobelDerivatives| image:: images/imgtrans/Sobel_Derivatives_Tutorial_Cover.jpg\r
-                             :height: 100pt\r
-                             :width:  100pt\r
-\r
-* :ref:`laplace_operator`\r
+                             :height: 90pt\r
+                             :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |LaplaceOperator|    *Title:* **Laplace Operator**\r
-\r
+   |LaplaceOperator|    **Title:** :ref:`laplace_operator`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn about the *Laplace* operator and how to detect edges with it.\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |LaplaceOperator| image:: images/imgtrans/Laplace_Operator_Tutorial_Cover.jpg\r
-                             :height: 100pt\r
-                             :width:  100pt\r
-\r
-\r
-* :ref:`canny_detector`\r
+                             :height: 90pt\r
+                             :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |CannyDetector|      *Title:* **Canny Edge Detector**\r
-\r
+   |CannyDetector|      **Title:** :ref:`canny_detector`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn a sophisticated alternative to detect edges.\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |CannyDetector| image:: images/imgtrans/Canny_Detector_Tutorial_Cover.jpg\r
-                           :height: 100pt\r
-                           :width:  100pt\r
-\r
-\r
-* :ref:`hough_lines`\r
+                           :height: 90pt\r
+                           :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |HoughLines|         *Title:* **Hough Line Transform**\r
-\r
+   |HoughLines|         **Title:** :ref:`hough_lines`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to detect lines\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |HoughLines| image:: images/imgtrans/Hough_Lines_Tutorial_Cover.jpg\r
-                        :height: 100pt\r
-                        :width:  100pt\r
-\r
-\r
-* :ref:`hough_circle`\r
+                        :height: 90pt\r
+                        :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |HoughCircle|        *Title:* **Hough Circle Transform**\r
-\r
+   |HoughCircle|        **Title:** :ref:`hough_circle`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to detect circles\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |HoughCircle| image:: images/imgtrans/Hough_Circle_Tutorial_Cover.jpg\r
-                         :height: 100pt\r
-                         :width:  100pt\r
-\r
-* :ref:`remap`\r
+                         :height: 90pt\r
+                         :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |Remap|              *Title:* **Remapping**\r
-\r
+   |Remap|              **Title:** :ref:`remap`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to manipulate pixels locations\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |Remap| image:: images/imgtrans/Remap_Tutorial_Cover.jpg\r
-                   :height: 100pt\r
-                   :width:  100pt\r
-\r
-\r
-* :ref:`warp_affine`\r
+                   :height: 90pt\r
+                   :width:  90pt\r
+  \r
++ \r
 \r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
   ===================== ==============================================\r
-   |WarpAffine|         *Title:* **Affine Transforms**\r
-\r
+   |WarpAffine|         **Title:** :ref:`warp_affine`\r
+  \r
                         *Compatibility:* > OpenCV 2.0\r
                         \r
                         *Author:* |Author_AnaH|\r
-\r
+  \r
                         Where we learn how to rotate, translate and scale our images\r
-\r
+  \r
   ===================== ==============================================\r
   \r
   .. |WarpAffine| image:: images/imgtrans/Warp_Affine_Tutorial_Cover.jpg\r
-                        :height: 100pt\r
-                        :width:  100pt\r
+                        :height: 90pt\r
+                        :width:  90pt\r
+  \r
+.. toctree::\r
+   :hidden:\r
 \r
+   ../gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter\r
+   ../erosion_dilatation/erosion_dilatation\r
+   ../opening_closing_hats/opening_closing_hats\r
+   ../pyramids/pyramids\r
+   ../threshold/threshold\r
+   ../imgtrans/filter_2d/filter_2d\r
+   ../imgtrans/copyMakeBorder/copyMakeBorder\r
+   ../imgtrans/sobel_derivatives/sobel_derivatives\r
+   ../imgtrans/laplace_operator/laplace_operator\r
+   ../imgtrans/canny_detector/canny_detector\r
+   ../imgtrans/hough_lines/hough_lines\r
+   ../imgtrans/hough_circle/hough_circle\r
+   ../imgtrans/remap/remap\r
+   ../imgtrans/warp_affine/warp_affine\r
index cf9e68f..715ddda 100644 (file)
@@ -177,6 +177,7 @@ Making a project
 \r
          My output (in case you want to check) was:\r
          .. code-block:: bash\r
+            \r
             -L/usr/local/lib -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann  \r
 \r
          Now you are done. Click **OK**\r
diff --git a/doc/tutorials/introduction/table_of_content_introduction/images/visual-studio-2010-logo.jpg b/doc/tutorials/introduction/table_of_content_introduction/images/visual-studio-2010-logo.jpg
new file mode 100644 (file)
index 0000000..0202912
Binary files /dev/null and b/doc/tutorials/introduction/table_of_content_introduction/images/visual-studio-2010-logo.jpg differ
index 2b8884f..4ad0608 100644 (file)
@@ -5,127 +5,148 @@ Introduction to OpenCV
 \r
 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.\r
 \r
-.. 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.\r
-.. toctree::\r
-   :hidden:                \r
-   \r
-   ../linux_install/linux_install\r
-   ../linux_gcc_cmake/linux_gcc_cmake\r
-   ../linux_eclipse/linux_eclipse\r
-   ../windows_install/windows_install\r
-   ../display_image/display_image\r
-   ../load_save_image/load_save_image\r
+.. include:: ../../definitions/tocDefinitions.rst\r
 \r
-.. |Author_AnaH| unicode:: Ana U+0020 Huam U+00E1 n\r
-.. |Author_BernatG| unicode:: Bern U+00E1 t U+0020 G U+00E1 bor\r
-   \r
 * **Linux**\r
 \r
-  * :ref:`Linux-Installation`\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
 \r
-     =========== ======================================================\r
-     |Install_1| *Title:* **Installation steps in Linux**\r
+  =========== ======================================================\r
+  |Install_1| **Title:** :ref:`Linux-Installation`\r
 \r
-                 *Compatibility:* > OpenCV 2.0\r
-                 \r
-                 *Author:* |Author_AnaH|\r
+              *Compatibility:* > OpenCV 2.0\r
 \r
-                 We will learn how to setup OpenCV in your computer!\r
-    \r
-     =========== ======================================================\r
-    \r
-     .. |Install_1| image:: images/ubuntu_logo.jpeg\r
-                    :height: 100pt\r
-                    :width:  100pt\r
+              *Author:* |Author_AnaH|\r
 \r
+              We will learn how to setup OpenCV in your computer!\r
 \r
-  * :ref:`Linux_GCC_Usage`\r
+  =========== ======================================================\r
 \r
-     =========== ======================================================\r
-      |Usage_1|  *Title:* **Using OpenCV with gcc (and CMake)**\r
+  .. |Install_1| image:: images/ubuntu_logo.jpeg\r
+                 :height: 90pt\r
+                 :width:  90pt\r
 \r
-                 *Compatibility:* > OpenCV 2.0\r
-                 \r
-                 *Author:* |Author_AnaH|\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
+  =========== ======================================================\r
+   |Usage_1|  **Title:** :ref:`Linux_GCC_Usage`\r
 \r
-                 We will learn how to compile your first project using gcc and CMake\r
-    \r
-     =========== ======================================================\r
-    \r
-     .. |Usage_1| image:: images/gccegg-65.png\r
-                    :height: 100pt\r
-                    :width:  100pt\r
+              *Compatibility:* > OpenCV 2.0\r
 \r
+              *Author:* |Author_AnaH|\r
 \r
-  * :ref:`Linux_Eclipse_Usage`\r
+              We will learn how to compile your first project using gcc and CMake\r
 \r
-     =========== ======================================================\r
-      |Usage_2|  *Title:* **Using OpenCV with Eclipse (CDT plugin)**\r
+  =========== ======================================================\r
 \r
-                 *Compatibility:* > OpenCV 2.0\r
-                 \r
-                 *Author:* |Author_AnaH|\r
+  .. |Usage_1| image:: images/gccegg-65.png\r
+               :height: 90pt\r
+               :width:  90pt\r
+\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+  \r
+  =========== ======================================================\r
+   |Usage_2|  **Title:** :ref:`Linux_Eclipse_Usage`\r
+\r
+              *Compatibility:* > OpenCV 2.0\r
+\r
+              *Author:* |Author_AnaH|\r
+\r
+              We will learn how to compile your first project using the Eclipse environment\r
+\r
+  =========== ======================================================\r
 \r
-                 We will learn how to compile your first project using the Eclipse environment\r
-    \r
-     =========== ======================================================\r
-    \r
      .. |Usage_2| image:: images/eclipse_cpp_logo.jpeg\r
-                    :height: 100pt\r
-                    :width:  100pt\r
+                    :height: 90pt\r
+                    :width:  90pt\r
 \r
 * **Windows**\r
 \r
-  * :ref:`Windows_Installation`\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
+    \r
+  =========== ======================================================\r
+  |WinInstal| **Title:** :ref:`Windows_Installation`\r
+\r
+              *Compatibility:* > OpenCV 2.0\r
+\r
+              *Author:* |Author_BernatG|\r
+\r
+              You will learn how to setup OpenCV in your Windows Operating System!\r
+\r
+  =========== ======================================================\r
+\r
+  .. |WinInstal| image:: images/windows_logo.jpg\r
+                 :height: 90pt\r
+                 :width:  90pt\r
+\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv\r
   \r
-     =========== ======================================================\r
-     |Install_2| *Title:* **Installation steps in Windows**\r
+  =========== ======================================================\r
+  |WinVSHowT| **Title:** :ref:`Windows_Visual_Studio_How_To`\r
 \r
-                 *Compatibility:* > OpenCV 2.0\r
-                 \r
-                 *Author:* |Author_BernatG|\r
+              *Compatibility:* > OpenCV 2.0\r
 \r
-                 You will learn how to setup OpenCV in your Windows Operating System!\r
+              *Author:* |Author_BernatG|\r
 \r
-     =========== ======================================================\r
+              You will learn what steps you need to perform in order to use the OpenCV library inside a new Microsoft Visual Studio project. \r
 \r
-     .. |Install_2| image:: images/windows_logo.jpg\r
-                    :height: 100pt\r
-                    :width:  100pt\r
+  =========== ======================================================\r
+\r
+  .. |WinVSHowT| image:: images/visual-studio-2010-logo.jpg\r
+                 :height: 90pt\r
+                 :width:  90pt\r
 \r
 * **From where to start?**\r
 \r
-  * :ref:`Display_Image`\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv  \r
 \r
-     =============== ======================================================\r
-      |Beginners_1|  *Title:* **Display an Image**\r
+  ============= ======================================================\r
+  |Beginners_1| **Title:** :ref:`Display_Image`\r
 \r
-                     *Compatibility:* > OpenCV 2.0\r
-                     \r
-                     *Author:* |Author_AnaH|\r
+                *Compatibility:* > OpenCV 2.0\r
 \r
-                     We will learn how to display an image using OpenCV\r
-    \r
-     =============== ======================================================\r
-    \r
-     .. |Beginners_1| image:: images/Display_Image_Tutorial_Result.png\r
-                      :height: 100pt\r
-                      :width:  100pt\r
+                *Author:* |Author_AnaH|\r
 \r
+                We will learn how to display an image using OpenCV\r
 \r
-  * :ref:`Load_Save_Image`\r
+  ============= ======================================================\r
 \r
-     =============== ======================================================\r
-      |Beginners_2|  *Title:* **Load and save an Image**\r
+  .. |Beginners_1| image:: images/Display_Image_Tutorial_Result.png\r
+                   :height: 90pt\r
+                   :width:  90pt\r
 \r
-                     *Compatibility:* > OpenCV 2.0\r
-                     \r
-                     *Author:* |Author_AnaH|\r
+  .. tabularcolumns:: m{100pt} m{300pt}\r
+  .. cssclass:: toctableopencv  \r
+  \r
+  =============== ======================================================\r
+   |Beginners_2|  **Title:** :ref:`Load_Save_Image`\r
 \r
-                     We will learn how to save an Image in OpenCV...plus a small conversion to grayscale\r
-    \r
-     =============== ======================================================\r
-    \r
-     .. |Beginners_2| image:: images/Load_Save_Image_Result_1.png\r
-                      :height: 100pt\r
-                      :width:  100pt\r
+                  *Compatibility:* > OpenCV 2.0 \r
+\r
+                  *Author:* |Author_AnaH| \r
+\r
+                  We will learn how to save an Image in OpenCV...plus a small conversion to grayscale\r
+\r
+  =============== ======================================================\r
+\r
+  .. |Beginners_2| image:: images/Load_Save_Image_Result_1.png\r
+                   :height: 90pt\r
+                   :width:  90pt\r
+\r
+.. 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.\r
+.. toctree::\r
+   :hidden:                \r
+\r
+   ../linux_install/linux_install\r
+   ../linux_gcc_cmake/linux_gcc_cmake\r
+   ../linux_eclipse/linux_eclipse\r
+   ../windows_install/windows_install\r
+   ../windows_visual_studio_Opencv/windows_visual_studio_Opencv\r
+   ../display_image/display_image\r
+   ../load_save_image/load_save_image\r
diff --git a/doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg b/doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg
new file mode 100644 (file)
index 0000000..80bdb87
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg b/doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg
new file mode 100644 (file)
index 0000000..0f7b39a
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg b/doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg
new file mode 100644 (file)
index 0000000..227f476
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg b/doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg
new file mode 100644 (file)
index 0000000..26be090
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg b/doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg
new file mode 100644 (file)
index 0000000..b4eab01
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg b/doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg
new file mode 100644 (file)
index 0000000..307af58
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg b/doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg
new file mode 100644 (file)
index 0000000..7e1639c
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/IntelTBB.jpg b/doc/tutorials/introduction/windows_install/images/IntelTBB.jpg
new file mode 100644 (file)
index 0000000..6e84705
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/IntelTBB.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/MiktexInstall.jpg b/doc/tutorials/introduction/windows_install/images/MiktexInstall.jpg
new file mode 100644 (file)
index 0000000..91f5528
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/MiktexInstall.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg b/doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg
new file mode 100644 (file)
index 0000000..96f4caf
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.jpg b/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.jpg
new file mode 100644 (file)
index 0000000..6c6625a
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png b/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png
deleted file mode 100644 (file)
index 191aa3e..0000000
Binary files a/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png and /dev/null differ
diff --git a/doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.jpg b/doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.jpg
new file mode 100644 (file)
index 0000000..c6f130c
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/Sphinx_Install.jpg b/doc/tutorials/introduction/windows_install/images/Sphinx_Install.jpg
new file mode 100644 (file)
index 0000000..71100a2
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/Sphinx_Install.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.jpg b/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.jpg
new file mode 100644 (file)
index 0000000..abe6aa6
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.jpg b/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.jpg
new file mode 100644 (file)
index 0000000..aeffe3f
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/WindowsBuildDoc.jpg b/doc/tutorials/introduction/windows_install/images/WindowsBuildDoc.jpg
new file mode 100644 (file)
index 0000000..46537f1
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/WindowsBuildDoc.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.jpg b/doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.jpg
new file mode 100644 (file)
index 0000000..a78b95a
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.jpg b/doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.jpg
new file mode 100644 (file)
index 0000000..15cf62f
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.jpg b/doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.jpg
new file mode 100644 (file)
index 0000000..4c7ea25
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/cmsdstartwindows.jpg b/doc/tutorials/introduction/windows_install/images/cmsdstartwindows.jpg
new file mode 100644 (file)
index 0000000..3295fb7
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/cmsdstartwindows.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.jpg b/doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.jpg
new file mode 100644 (file)
index 0000000..4628506
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.jpg differ
diff --git a/doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg b/doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg
new file mode 100644 (file)
index 0000000..635f88f
Binary files /dev/null and b/doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg differ
index cf5f420..458e5c5 100644 (file)
@@ -3,16 +3,13 @@
 Installation in Windows\r
 ***********************\r
 \r
-The description here was tested by the author using the Windows 7 SP1 **o**\ perating **s**\ ystem (OS). Nevertheless, it should also work on any other Windows OS too. If you encounter errors after following the steps described here feel free to contact us via our :opencv_group:`user group <>` and we will try to fix your problem.\r
+.. include:: <isonum.txt>\r
 \r
-.. note:: To use the OpenCV library you have two options:\r
-   \r
-   .. container:: enumeratevisibleitems\r
-   \r
-      - download and install our pre-built libraries\r
-      - make your own ones from the source files.\r
+The description here was tested by the author using the Windows 7 SP1 **o**\ perating **s**\ ystem (*OS*). Nevertheless, it should also work on any other Windows OS too. If you encounter errors after following the steps described here feel free to contact us via our :opencv_group:`user group <>` and we will try to fix your problem.\r
+\r
+.. note:: To use the OpenCV library you have two options: :ref:`Windows_Install_Prebuild` or :ref:`CppTutWindowsMakeOwn`. While the first one is easier to complete, it only works if you are coding inside the latest Microsoft Visual Studio  **i**\ ntegrated **d**\ evelopment **e**\ nvironments (*IDE*) and doesn't takes advantage of the most novel technologies we integrate into our library. \r
 \r
-   While the first one is easier to complete, it only works if you are coding inside the latest Microsoft Visual Studio integrated development environments and doesn't takes advantage of the most novel technologies we integrate into our library. \r
+.. _Windows_Install_Prebuild: \r
 \r
 Installation by using the pre-built libraries\r
 =============================================\r
@@ -23,7 +20,7 @@ Installation by using the pre-built libraries
 \r
 #. Choose a build you want to use and download it. The naming conventions used will show what kind of support they offer. For example:\r
    \r
-   .. container:: enumeratevisibleitems\r
+   .. container:: enumeratevisibleitemswithsquare\r
    \r
       * *vs2010* means the Visual Studio \r
       * *win32* means that it is for 32 bit applications in the OS\r
@@ -33,31 +30,314 @@ Installation by using the pre-built libraries
 \r
 #. Make sure you have admin rights. Start the setup and follow the wizard. Agree to the \" License Agreement \" . \r
 \r
-#. Adding the OpenCV library to the system path is a good decision unless you want to play around with multiple flavors of the same OpenCV version. You will use the OpenCV library in form of *\"Dynamic-link library\"* (also known as **DLL**). Inside these are stored all the algorithms and information the OpenCV library contains. The operating system will load them only on demand during runtime. However, to do this he needs to know where they are. The systems **PATH** contains a list of folders where DLLs can be found. Add the OpenCV library path to this and the OS will know of the existence of the OpenCV binaries. Otherwise you will need to copy the used DLLs right beside the applications executable file (*exe*) for the OS to find it. \r
+#. Adding the OpenCV library to the system path is a good decision unless you want to play around with multiple flavors of the same OpenCV version. You will use the OpenCV library in form of *\"Dynamic-link libraries\"* (also known as **DLL**). Inside these are stored all the algorithms and information the OpenCV library contains. The operating system will load them only on demand, during runtime. However, to do this he needs to know where they are. The systems **PATH** contains a list of folders where DLLs can be found. Add the OpenCV library path to this and the OS will know where to look if he ever needs the OpenCV binaries. Otherwise, you will need to copy the used DLLs right beside the applications executable file (*exe*) for the OS to find it. \r
 \r
    .. note:: \r
-      A good way to check your systems path folders is by using the \"*Path Editor*\" application. You can download it `from here <http://www.redfernplace.com/software-projects/patheditor/>`_. Use this if you are not sure the systems path was updated with the OpenCV entry. You can also add manually new folders to the system path by using this application. \r
+      A good and safe way to check your systems **PATH** folders is by using the \"*Path Editor*\" application. You can download it `from here <http://www.redfernplace.com/software-projects/patheditor/>`_. Use this if you are not sure the systems path was updated with the OpenCV entry. You can also add manually new folders to the systems **PATH** by using this application. \r
 \r
 #. Most of the time it is a good idea to install the source files as this will allow for you to debug into the OpenCV library, if it is necessary. Therefore, just follow the default settings of the wizard and finish the installation. \r
 \r
 #. In the end you can check the installation at the chosen path. If you added the OpenCV Path to the system PATH inside the *Path Editor* you should see an entry with the *bin* folder of the OpenCV directory. \r
 \r
-.. image:: images/OpenCV_Install_Directory.png\r
+.. image:: images/OpenCV_Install_Directory.jpg\r
    :alt: An example of how the installation directory should look in case of success.\r
    :align: center\r
 \r
-Szia.\r
-\r
 .. _CppTutWindowsMakeOwn: \r
 \r
-Installation by making your own libraries\r
-=========================================\r
+Installation by making your own libraries from the source files\r
+===============================================================\r
+\r
+You may find the content of this tutorial also inside the following videos: `Part 1 <https://www.youtube.com/watch?v=NnovZ1cTlMs>`_ and `Part 2 <https://www.youtube.com/watch?v=qGNWMcfWwPU>`_, hosted on YouTube. \r
 \r
-If you are building your own libraries you can either take the source files from our latest:\r
+.. raw:: html\r
 \r
-   .. container:: enumeratevisibleitems\r
+  <div align="center">\r
+  <iframe title="Install OpenCV by using its source files - Part 1" width="560" height="349" src="http://www.youtube.com/embed/NnovZ1cTlMs?rel=0&loop=1" frameborder="0" allowfullscreen align="middle"></iframe>\r
+  <iframe title="Install OpenCV by using its source files - Part 2" width="560" height="349" src="http://www.youtube.com/embed/qGNWMcfWwPU?rel=0&loop=1" frameborder="0" allowfullscreen align="middle"></iframe>\r
+  </div>\r
 \r
-      + stable/tested build - https://code.ros.org/svn/opencv/branches/\r
+If you are building your own libraries you can take either the source files from our latest:\r
+\r
+   .. container:: enumeratevisibleitemswithsquare\r
+\r
+      + stable and tested build - https://code.ros.org/svn/opencv/branches/\r
       + development build - https://code.ros.org/svn/opencv/trunk/\r
 \r
-While the later one may contain a couple of new and experimental algorithms, performance increases and interface improvements be aware that it may also contain many-many bugs. Using the first one is recommended in most of the cases, unless you are extending the OpenCV library itself or really need to most up to date version of it. \r
+While the later one may contain a couple of new and experimental algorithms, performance increases and interface improvements, be aware, that it may also contain many-many bugs. Using the first one is recommended in most of the cases. That is unless you are extending the OpenCV library itself or really need to most up to date version of it. \r
+\r
+Building the OpenCV library from scratch requires a couple of tools installed beforehand:\r
+\r
+.. container:: enumeratevisibleitemswithsquare\r
+\r
+   + An **I**\ ntegrated **D**\ eveloper **E**\ nviroment (*IDE*) preferably, or just a C\C++ compiler that will actually make the binary files. Here I will use the `Microsoft Visual Studio <https://www.microsoft.com/visualstudio/en-us>`_. Nevertheless, you can use any other *IDE* that has a valid C\\C++ compiler. \r
+      \r
+   + Then |CMake|_ is a neat tool that will make the project files (for your choosen *IDE*) from the OpenCV source files. It will also allow an easy configuration of the OpenCV build files, in order to make binary files that fits exactly to your needs. \r
+      .. |CMake| replace:: CMake\r
+      .. _CMake: http://www.cmake.org/cmake/resources/software.html\r
+   \r
+   + A **S**\ ubversion **C**\ ontrol **S**\ ystem (*SVN*) to acquire the OpenCV source files. A good tool for this is |TortoiseSVN|_. Alternatively, you can just download an archived version of the source files from the `Sourceforge OpenCV page <http://sourceforge.net/projects/opencvlibrary/files/opencv-win/>`_.\r
+      .. |TortoiseSVN| replace:: TortoiseSVN\r
+      .. _TortoiseSVN: http://tortoisesvn.net/downloads.html\r
+\r
+OpenCV may come in multiple flavors. There is a "core" section that will work on its own. Nevertheless, they are a couple of tools, libraries made by other organizations (so called 3rd parties) that offer services of which the OpenCV may take advantage. These will improve in many ways its capabilities. In order to use any of them, you need to download and install them on your system. \r
+\r
+.. container:: enumeratevisibleitemswithsquare\r
+\r
+   + The |Python_Libraries|_ are required to build the *Python interface* of OpenCV. For now use the version :file:`2.7.{x}`. This is also a must have if you want to build the *OpenCV documentation*.\r
+      .. |Python_Libraries| replace:: Python libraries\r
+      .. _Python_Libraries: http://www.python.org/getit/\r
+      \r
+   + |Numpy|_ is a scientific computing package for Python. Required for the *Python interface*. \r
+      .. |Numpy| replace:: Numpy\r
+      .. _Numpy: http://numpy.scipy.org/\r
+      \r
+   + |IntelTBB|_ is used inside OpenCV for parallel code snippets. Using this will make sure that the OpenCV library will take advantage of all the cores you have in your systems CPU. \r
+      .. |IntelTBB| replace:: Intel |copy| Threading Building Blocks (*TBB*)\r
+      .. _IntelTBB: http://threadingbuildingblocks.org/file.php?fid=77\r
+      \r
+   + |IntelIIP|_ may be used to improve the performance of color conversion, Haar training and DFT functions of the OpenCV library. Watch out as this isn't a *free* service. \r
+      .. |IntelIIP| replace:: Intel |copy| Integrated Performance Primitives (*IPP*)\r
+      .. _IntelIIP: http://software.intel.com/en-us/articles/intel-ipp/\r
+      \r
+   + OpenCV offers a somewhat fancier and more useful graphical user interface, than the default one by using the |qtframework|_. For a quick overview of what this has to offer look into the documentations *highgui* module, under the *Qt New Functions* section. Version 4.6 or later of the framework is required. \r
+      .. |qtframework| replace:: Qt framework \r
+      .. _qtframework: http://qt.nokia.com/downloads\r
+      \r
+   + |Eigen|_ is a C++ template library for linear algebra. \r
+      .. |Eigen| replace:: Eigen\r
+      .. _Eigen: http://eigen.tuxfamily.org/index.php?title=Main_Page#Download\r
+      \r
+   + The latest |CUDA_Toolkit|_ will allow you to use the power lying inside your GPU.  This will drastically improve performance for some of the algorithms, like the HOG descriptor. Getting to work more and more of our algorithms on the GPUs is a constant effort of the OpenCV team. \r
+      .. |CUDA_Toolkit| replace:: CUDA Toolkit\r
+      .. _CUDA_Toolkit: http://developer.nvidia.com/cuda-downloads\r
+      \r
+   + |OpenEXR|_ source files are required for the library to work with this high dynamic range (HDR) image file format. \r
+      .. |OpenEXR| replace:: OpenEXR\r
+      .. _OpenEXR: http://www.openexr.com/downloads.html\r
+      \r
+   + The |OpenNI_Framework|_ contains a set of open source APIs that provide support for natural interaction with devices via methods such as voice command recognition, hand gestures and body motion tracking. \r
+      .. |OpenNI_Framework| replace:: OpenNI Framework\r
+      .. _OpenNI_Framework: http://www.openni.org/\r
+      \r
+   + |Miktex|_ is the best `TEX <https://secure.wikimedia.org/wikipedia/en/wiki/TeX>`_ implementation on the Windows OS. It is required to build the *OpenCV documentation*. \r
+      .. |Miktex| replace:: Miktex\r
+      .. _Miktex: http://miktex.org/2.9/setup\r
+      \r
+   + |Sphinx|_ is a python documentation generator and is the tool that will actually create the *OpenCV documentation*. This on its own requires a couple of tools installed, I will cover this in depth at the :ref:`How to Install Sphinx <HereInstallSphinx>` section. \r
+      .. |Sphinx| replace:: Sphinx\r
+      .. _Sphinx: http://sphinx.pocoo.org/\r
+   \r
+Now I will describe the steps to follow for a full build (using all the above frameworks, tools and libraries). If you do not need the support for some of these you can just freely skip those parts. \r
+\r
+.. _WindowsBuildLibrary:\r
+\r
+Building the library\r
+^^^^^^^^^^^^^^^^^^^^\r
+\r
+1. Make sure you have a working IDE with a valid compiler. In case of the Microsoft Visual Studio just install it and make sure it starts up. \r
+\r
+#. Install |CMake|_. Simply follow the wizard, no need to add it to the path. The default install options are great. No need to change them. \r
+\r
+#. Install |TortoiseSVN|_. Choose the 32 or 64 bit version according to the type of OS you work in. Again follow the wizard, default options are good. Restart of your system is required. \r
+\r
+#. Choose a directory in your file system where you will download the OpenCV libraries. I recommend creating a new one that has short path and no special charachters in it, for example :file:`D:/OpenCV`. During this tutorial I'll suppose you've done so. If you use a different directory just change this front part of the path in my future examples. Then, :menuselection:`Right Click --> SVN Checkout...` in the directory. \r
+   \r
+   .. image:: images/TortoiseSVNCheckout.jpg\r
+      :alt: The TortoiseSVN Checkout Menu\r
+      :align: center\r
+   \r
+   A window will appear where you can select from what repository you want to download source files (1) and to which directory (2):\r
+   \r
+   .. image:: images/TortoiseSVNCheckoutWindow.jpg\r
+      :alt: The TortoiseSVN Checkout Window\r
+      :align: center\r
+   \r
+   Add here either ones of the versions described above. Then push the OK button and be patient as the repository currently is over 330MB to download. It will take some time until it is finished depending on your Internet connection. \r
+   \r
+   .. image:: images/SVNCheckOutProgress.jpg\r
+      :alt: The TortoiseSVN Checkout Progress\r
+      :align: center\r
+   \r
+   When you are done you should have a *opencv* and an *opencv_extra* directory as seen at (3). \r
+\r
+#. In this section I will cover installing the 3rd party libraries.\r
+\r
+   a) Download the |Python_Libraries|_ and install it with the default options. You will need a couple other python extensions. Luckily installing all these may be automated by a nice tool called `Setuptools <http://pypi.python.org/pypi/setuptools#downloads>`_. Download and install again.\r
+\r
+   #) .. _HereInstallSphinx: \r
+\r
+      Installing Sphinx is easy once you have installed *Setuptools*. This contains a little application that will automatically connect to the python databases and download the latest version of many python scripts. Start up a command window (enter *cmd* into the windows start menu and press enter) and use the *CD* command to navigate to your Python folders Script sub-folder. Here just pass to the *easy_install.exe* as argument the name of the program you want to install. Add the *sphinx* argument. \r
+      \r
+      .. image:: images/cmsdstartwindows.jpg\r
+         :alt: The Windows Command Startup\r
+         :align: center\r
+      \r
+      .. image:: images/Sphinx_Install.jpg\r
+         :alt: How to start the command window\r
+         :align: center\r
+      \r
+      .. note:: \r
+\r
+         The *CD* navigation command works only inside a drive. For example if you are somewhere in the *C:* drive you cannot use it this to go to another drive (like for example *D:*). To do so you first need to change drives letters. For this simply enter the command *D:*. Then you can use the *CD* to navigate to specific folder inside the drive. Bonus tip: you can clear the screen by using the *CLS* command. \r
+\r
+      This will also install its prerequisites `Jinja2 <http://jinja.pocoo.org/docs/>`_ and `Pygments <http://pygments.org/>`_. \r
+\r
+   #) The easiest way to install |Numpy|_ is to just download its binaries from the `sourceforga page <http://sourceforge.net/projects/numpy/files/NumPy/>`_. Make sure your download and install exactly the binary for your python version (so for version :file:`2.7`).\r
+\r
+   #) Download the |Miktex|_ and install it. Again just follow the wizard. At the fourth step make sure you select for the *"Install missing packages on-the-fly"* the *Yes* option, as you can see on the image below. Again this will take quite some time so be patient. \r
+      \r
+      .. image:: images/MiktexInstall.jpg\r
+         :alt: The Miktex Install Screen\r
+         :align: center\r
+\r
+   #) For the |IntelTBB|_ download the source files and extract it inside a directory on your system. For example let there be :file:`D:/OpenCV/dep`. For installing the |IntelIIP|_ the story is the same. For exctracting the archives I recommend using the `7-Zip <http://www.7-zip.org/>`_ application. \r
+      \r
+      .. image:: images/IntelTBB.jpg\r
+         :alt: The Miktex Install Screen\r
+         :align: center\r
+   \r
+   #) In case of the |Eigen|_ library it is again a case of download and extract to the :file:`D:/OpenCV/dep` directory.\r
+   \r
+   #) Same as above with |OpenEXR|_. \r
+   \r
+   #) For the |OpenNI_Framework|_ you need to install both the `development build <http://www.openni.org/downloadfiles/opennimodules/openni-binaries/21-stable>`_ and the `PrimeSensor Module <http://www.openni.org/downloadfiles/opennimodules/openni-compliant-hardware-binaries/32-stable>`_.\r
+   \r
+   #) For the CUDA you need again two modules: the latest |CUDA_Toolkit|_ and the *CUDA Tools SDK*. Download and install both of them with a *complete* option by using the 32 or 64 bit setups according to your OS.\r
+   \r
+   #) In case of the |qtframework|_ you need to build yourself the binary files (unless you use the Microsoft Visual Studio 2008 with 32 bit compiler). To do this go to the `Qt Downloads <http://qt.nokia.com/downloads>`_ page. Download the source files (not the installers!!!):\r
+      \r
+      .. image:: images/qtDownloadThisPackage.jpg\r
+         :alt: Download this Qt Package\r
+         :align: center\r
+    \r
+      Extract it into a nice and short named directory like :file:`D:/OpenCV/dep/qt/` . \r
+      Then you need to build it. Start up a *Visual* *Studio* *Command* *Prompt* (*2010*) by using the start menu search (or navigate through the start menu :menuselection:`All Programs --> Microsoft Visual Studio 2010 --> Visual Studio Tools --> Visual Studio Command Prompt (2010)`). \r
+      \r
+      .. image:: images/visualstudiocommandprompt.jpg\r
+         :alt: The Visual Studio command prompt\r
+         :align: center\r
+      \r
+      Now navigate to the extracted folder and enter inside it by using this console window. You should have a folder containing files like *Install*, *Make* and so on. Use the *dir* command to list files inside your current directory. Once arrived at this directory enter the following command: \r
+      \r
+      .. code-block:: bash\r
+      \r
+         configure.exe -release -no-webkit -no-phonon -no-phonon-backend -no-script -no-scripttools -no-qt3support -no-multimedia -no-ltcg\r
+      \r
+      Completing this will take around 10-20 minutes. Then enter the next command that will take a lot longer (can easily take even more than a full hour):\r
+      \r
+      .. code-block:: bash\r
+      \r
+         nmake\r
+\r
+      After this set the Qt enviroment variables using the following command on Windows 7:\r
+      \r
+      .. code-block:: bash\r
+         \r
+         setx QTDIR D:/OpenCV/dep/qt/qt-everywhere-opensource-src-4.7.3\r
+      \r
+      Also, add the built binary files path to the system path by using the `Path Editor <http://www.redfernplace.com/software-projects/patheditor/>`_. In our case this is :file:`D:/OpenCV/dep/qt/qt-everywhere-opensource-src-4.7.3/bin`. \r
+      \r
+      .. note:: \r
+      \r
+         If you plan on doing Qt application development you can also install at this point the *Qt Visual Studio Add-in*. After this you can make and build Qt applications without using the *Qt Creator*. Everything is nicely integrated into Visual Studio. \r
+      \r
+#. Now start the *CMake (cmake-gui)*. You may again enter it in the start menu search or get it from the :menuselection:`All Programs --> CMake 2.8 --> CMake (cmake-gui)`. First, select the directory for the source files of the OpenCV library (1). Then, specify a directory where you will build the binary files for OpenCV (2). \r
+   \r
+   .. image:: images/CMakeSelectBin.jpg\r
+      :alt: Select the directories\r
+      :align: center\r
+\r
+   Press the Configure button to specify the compiler (and *IDE*) you want to use. Note that in case you can choose between different compilers for making either 64 bit or 32 bit libraries. Select the one you use in your application development. \r
+   \r
+   .. image:: images/CMake_Configure_Windows.jpg\r
+      :alt: How CMake should look at build time. \r
+      :align: center\r
+   \r
+   CMake will start out and based on your system variables will try to automatically locate as many packages as possible. You can modify the packages to use for the build in the :menuselection:`WITH --> WITH_X` menu points (where *X* is the package abbreviation). Here are a list of current packages you can turn on or off: \r
+   \r
+   .. image:: images/CMakeBuildWithWindowsGUI.jpg\r
+      :alt: The packages OpenCV may use\r
+      :align: center\r
+   \r
+   Select all the packages you want to use and press again the *Configure* button. For an easier overview of the build options make sure the *Grouped* option under the binary directory selection is turned on. For some of the packages CMake may not find all of the required files or directories. In case of these CMake will throw an error in its output window (located at the bottom of the GUI) and set its field values, to not found constants. For example: \r
+   \r
+   .. image:: images/CMakePackageNotFoundWindows.jpg\r
+      :alt: Constant for not found packages\r
+      :align: center\r
+      \r
+   .. image:: images/CMakeOutputPackageNotFound.jpg\r
+      :alt: Error (warning) thrown in output window of the CMake GUI\r
+      :align: center\r
+   \r
+   For these you need to manually set the queried directories or files path. After this press again the *Configure* button to see if the value entered by you was accepted or not. Do this until all entries are good and you cannot see errors in the field/value or the output part of the GUI.\r
+   Now I want to emphasize an option that you will definitely love: :menuselection:`ENABLE --> ENABLE_SOLUTION_FOLDERS`. OpenCV will create many-many projects and turning this option will make sure that they are categorized inside directories in the *Solution Explorer*. It is a must have feature, if you ask me. \r
+   \r
+   .. image:: images/CMakeBuildOptionsOpenCV.jpg\r
+      :alt: Set the Solution Folders and the parts you want to build\r
+      :align: center\r
+      \r
+   Furthermore, you need to select what part of OpenCV you want to build.\r
+   \r
+   .. container:: enumeratevisibleitemswithsquare\r
+       \r
+      + *BUILD_DOCS* -> Build the documentation of OpenCV (there will be a separate project for building the HTML and the PDF files). \r
+      + *BUILD_EXAMPLES* -> OpenCV comes with many example applications from which you may learn most of the libraries capabilities. This will also come handy to easily try out if OpenCV is fully functional on your computer. \r
+      + *BUILD_JAVA_SUPPORT* -> This is a fresh addition to OpenCV, which slowly start to support the java language. \r
+      + *BUILD_NEW_PYTHON_SUPPORT* -> Self-explanatory. Create the binaries to use OpenCV from the Python language. \r
+      + *BUILD_PACKAGE* -> Build a project that will build an OpenCV installer. With this you can easily install your OpenCV flavor on other systems. \r
+      + *BUILD_SHARED_LIBS* -> With this you can control to build DLL files (when turned on) or static library files (\*.lib) otherwise. \r
+      + *BUILD_TESTS* -> Each module of OpenCV has a test project assigned to it. Building these test projects is also a good way to try out, that the modules work just as expected on your system too. \r
+   \r
+   Press again the *Configure* button and ensure no errors are reported. If this is the case you can tell CMake to create the project files by pushing the *Generate* button. Go to the build directory and open the created **OpenCV** solution.\r
+   Depending on just how much of the above options you have selected the solution may contain quite a lot of projects so be tolerant on the IDE at the startup. \r
+   Now you need to build both the *Release* and the *Debug* binaries. Use the drop-down menu on your IDE to change to another of these after building for one of them.\r
+   \r
+   .. image:: images/ChangeBuildVisualStudio.jpg\r
+      :alt: Look here for changing the Build Type\r
+      :align: center\r
+   \r
+   In the end you can observe the built binary files inside the bin directory:\r
+   \r
+   .. image:: images/OpenCVBuildResultWindows.jpg\r
+      :alt: The Result of the build. \r
+      :align: center\r
+   \r
+   For the documentation you need to explicitly issue the build commands on the *doc* project for the PDF files and  on the *doc_html* for the HTML ones. Each of these will call *Sphinx* to do all the hard work. You can find the generated documentation inside the :file:`Build/Doc/_html` for the HTML pages and within the :file:`Build/Doc` the PDF manuals. \r
+  \r
+   .. image:: images/WindowsBuildDoc.jpg\r
+      :alt: The Documentation Projects\r
+      :align: center\r
+   \r
+   To collect the header and the binary files, that you will use during your own projects, into a separate directory (simillary to how the pre-built binaries ship) you need to explicitely build the *Install* project. \r
+   \r
+   .. image:: images/WindowsBuildInstall.jpg\r
+      :alt: The Install Project\r
+      :align: center\r
+   \r
+   This will create an *install* directory inside the *Build* one collecting all the built binaries into a single place. Use this only after you built both the *Release* and *Debug* versions. \r
+   \r
+   .. note::\r
+   \r
+      To create an installer you need to install `NSIS <http://nsis.sourceforge.net/Download>`_. Then just build the *Package* project to build the installer into the :file:`Build/_CPack_Packages/{win32}/NSIS` folder. You can then use this to distribute OpenCV with your build settings on other systems.\r
+      \r
+      .. image:: images/WindowsOpenCVInstaller.jpg\r
+         :alt: The Installer directory\r
+         :align: center\r
+   \r
+   To test your build just go into the :file:`Build/bin/Debug` or :file:`Build/bin/Release` directory and start a couple of applications like the *contours.exe*. If they run, you are done. Otherwise, something definitely went awfully wrong. In this case you should contact us via our :opencv_group:`user group <>`. \r
+   If everything is okay the *contours.exe* output should resemble the following image (if built with Qt support): \r
+   \r
+   .. image:: images\WindowsQtContoursOutput.jpg\r
+      :alt: A good output result\r
+      :align: center\r
+   \r
+   .. note::\r
+\r
+      If you use the GPU module (CUDA libraries) make sure you also upgrade to the latest drivers of your GPU. Error messages containing invalid entries in (or cannot find) the nvcuda.dll are caused mostly by old video card drivers. For testing the GPU (if built) run the *performance_gpu.exe* sample application.\r
+   \r
+   Now you can continue reading the tutorials with the :ref:`Windows_Visual_Studio_How_To` section. There you will find out how to use the OpenCV library in your own projects with the help of the Microsoft Visual Studio IDE. \r
+\r
+\r
+\r
+\r
diff --git a/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst b/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst
new file mode 100644 (file)
index 0000000..ad1bf9f
--- /dev/null
@@ -0,0 +1,6 @@
+.. _Windows_Visual_Studio_How_To:\r
+\r
+How to build applications with OpenCV inside the *Microsoft Visual Studio*\r
+**************************************************************************\r
+\r
+One. 
\ No newline at end of file
index c254674..394aa90 100644 (file)
@@ -1,28 +1,16 @@
-Tutorials
-###########
+###############
+OpenCV Tutorials
+###############
 
 The following links describe a set of basic OpenCV  tutorials. All the source code mentioned here is provide as part of the OpenCV regular releases, so check before you start copy & pasting the code. The list of tutorials below is automatically generated from reST files located in our SVN repository.
 
 As always, we would be happy to hear your comments and receive your contributions on any tutorial.
 
-.. toctree::
-   :maxdepth: 2
-   :hidden:
-   
-   introduction/table_of_content_introduction/table_of_content_introduction
-   core/table_of_content_core/table_of_content_core
-   imgproc/table_of_content_imgproc/table_of_content_imgproc
-   highgui/table_of_content_highgui/table_of_content_highgui
-   calib3d/table_of_content_calib3d/table_of_content_calib3d
-   features2d/table_of_content_features2d/table_of_content_features2d
-   video/table_of_content_video/table_of_content_video
-   objdetect/table_of_content_objdetect/table_of_content_objdetect
-   ml/table_of_content_ml/table_of_content_ml
-   gpu/table_of_content_gpu/table_of_content_gpu
-   general/table_of_content_general/table_of_content_general
-   
 *  :ref:`Table-Of-Content-Introduction`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+  
    =========== =======================================================
    |Introduct| You will learn how to setup OpenCV on your computer!
   
@@ -35,6 +23,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-Core`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+  
    =========== =======================================================
    |Core|      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.
   
@@ -47,6 +38,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-ImgProc`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |ImgProc|   In this section you will learn about the image processing (manipulation) functions inside OpenCV.
   
@@ -59,6 +53,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-HighGui`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |HighGui|   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. 
   
@@ -71,6 +68,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-Calib3D`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |Calib3D|   Although we got most of our images in a 2D format they do come from a 3D world. Here you will learn how to find out from the 2D images information about the 3D world. 
   
@@ -83,6 +83,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-Feature2D`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |Featur2D|  Learn about how to use the feature points  detectors, descriptors and matching framework found inside OpenCV.
   
@@ -94,7 +97,10 @@ As always, we would be happy to hear your comments and receive your contribution
                  :alt: feature2D Icon
 
 *  :ref:`Table-Of-Content-Video`
-
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |Video|     Look here in order to find use on your video stream algoritms like: motion extraction, feature tracking and foreground extractions. 
   
@@ -107,6 +113,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-ObjDetect`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+  
    =========== =======================================================
    |ObjDetect| Ever wondered how your digital camera detects peoples and faces? Look here to find out!
   
@@ -118,7 +127,10 @@ As always, we would be happy to hear your comments and receive your contribution
                  :alt: objdetect Icon
 
 *  :ref:`Table-Of-Content-Ml`
-
+   
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |ml|        Use the powerfull machine learning classes for statistical classification, regression and clustering of data.
   
@@ -131,6 +143,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-GPU`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |GPU|       Squeeze out every little computation power from your system by using the power of your video card to run the OpenCV algorithms. 
   
@@ -143,6 +158,9 @@ As always, we would be happy to hear your comments and receive your contribution
 
 *  :ref:`Table-Of-Content-General`
 
+   .. tabularcolumns:: m{100pt} m{300pt}
+   .. cssclass:: toctableopencv
+   
    =========== =======================================================
    |General|   These tutorials are the bottom of the iceberg as they link together multiple of the modules presented above in order to solve complex problems.
   
@@ -153,3 +171,18 @@ As always, we would be happy to hear your comments and receive your contribution
                  :width:  80pt
                  :alt: General Icon
 
+.. toctree::
+   :maxdepth: 2
+   :hidden:
+
+   introduction/table_of_content_introduction/table_of_content_introduction
+   core/table_of_content_core/table_of_content_core
+   imgproc/table_of_content_imgproc/table_of_content_imgproc
+   highgui/table_of_content_highgui/table_of_content_highgui
+   calib3d/table_of_content_calib3d/table_of_content_calib3d
+   features2d/table_of_content_features2d/table_of_content_features2d
+   video/table_of_content_video/table_of_content_video
+   objdetect/table_of_content_objdetect/table_of_content_objdetect
+   ml/table_of_content_ml/table_of_content_ml
+   gpu/table_of_content_gpu/table_of_content_gpu
+   general/table_of_content_general/table_of_content_general